Copyright © 2021 by K4.org
  (v.0.48.124)

Defines a checkbox style menu item.

Index

Rules

Rules

itemType

itemType: String

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"

spec

spec: Any

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 }