ToolbarMenuItem
type ToolbarMenuItem = object
Description
The toolbar menu item.
Properties
- id
string
The item ID.
The item type.
- text
string
The item text.
- hint
string
The item hint.
- icons
string
The item icons (see the plugins {@link /plugin/config config} documentation).
- disabled
boolean
Specifies if the current item is disabled or not.
- enableToggle
boolean
Specifies if an item toggle is enabled or not.
- lockInViewMode
boolean
Specifies if the current item is locked in the view mode or not.
- separator
boolean
Specifies if a separator is used between the toolbar menu items or not.
- split
boolean
Specifies if the toolbar menu items are split or not.
- items
ContextMenuItem[]
An array containing the context menu items for the current item.