contextMenuButton: {
    action: ((e: ClickCallback) => void);
    enabled: boolean;
    id: string;
    keyboard: string;
    label: string;
}

Represents a button in the context menu. It can't be clicked triggering given action.

Type declaration

Generated using TypeDoc