Represents a menu item.
Readonly
If this item has a submenu, this property contains its subitems.
The title of the menu item.
Whether this item is selected (with a checkmark).
Whether this item is enabled.
The callback function to be called when the item is clicked.
The item itself.
Add a subitem to this menu item.
The menu item to be added.
Generated using TypeDoc
Represents a menu item.