6137c2317d
* Don't pollute Menu API. * Add examples in docs. * Moves the docs from menu-item.md to menu.md.
923 B
923 B
menu-item
Class: MenuItem
new MenuItem(options)
options
Objectclick
Function - Callback when the menu item is clickedselector
String - Call the selector of first responder when clicked (OS X only)type
String - Can benormal
,separator
,submenu
,checkbox
orradio
label
Stringsublabel
Stringaccelerator
Acceleratoricon
NativeImageenabled
Booleanvisible
Booleanchecked
Booleansubmenu
Menu - Should be specified forsubmenu
type menu item, when it's specified thetype: 'submenu'
can be omitted for the menu itemid
String - Unique within a single menu. If defined then it can be used as a reference to this item by the position attribute.position
String - This field allows fine-grained definition of the specific location within a given menu.