Internal Use Only. Must be defined in the actual menu items. The type of this menu item. One of: default
(by default, menu group or separator), action
, checkbox
, or image
.
Flags : Cached (Note this is uncached)
Expression : "checkbox"
Internal Use Only.
Flags : Cached (Note this is uncached)
Expression : { sequenceNo: this.sequenceNo, caption: this.caption, tooltip: this.tooltip, icon: this.icon, separator: this.separator, itemType: this.itemType, inputSpec: this.inputSpec, items: this.items, ...this.extraSpec, value: this.inputSpec.value }
UIMenuItemCheckbox (d.1.0)
Mixins: UIMenuItemMixin, UIInputMixin
Defines a checkbox style menu item.