899 B
899 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
String - In the form ofCommand+R
,Ctrl+C
,Shift+Command+D
,D
, etc.enabled
Booleanvisible
Booleanchecked
BooleangroupId
Boolean - Should be specified forradio
type menu itemsubmenu
Menu - Should be specified forsubmenu
type menu item, when it's specified thetype: 'submenu'
can be omitted for the menu item
Notes on accelerator
On Linux and Windows, the Command
would be translated to Ctrl
, so usually
you can use Command
for most of the commands.