ContextMenuItemBaseOptions
Options for constructing a context menu item.
Properties
label
readonly label?: string;
The label of the context menu item.
enabled
readonly enabled?: boolean;
Whether the context menu item is enabled.
action
readonly action?: (item: T) => void;
The action to perform when the context menu item is clicked.