export interface ActionElement {
    name: string;
    icon: string;
    text?: string;
    tooltip: string;
}
