Interface for a class ContextMenuItem
string
Specifies the CSS class for the menu item icon. This allows for styling customization.
string
Specifies the unique identifier of the context menu item.
Specifies sub-items within the context menu item. This enables hierarchical menu structures.
boolean
Specifies whether this item is a separator.
If set to true
, this item is displayed as a separator between menu items.
string
Specifies the keyboard shortcut for the menu item. This allows users to trigger the menu item using a specific key combination.
string
Specifies the display text of the context menu item.