зеркало из https://github.com/electron/electron.git
626 B
626 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
Acceleratorenabled
Booleanvisible
Booleanchecked
Booleansubmenu
Menu - Should be specified forsubmenu
type menu item, when it's specified thetype: 'submenu'
can be omitted for the menu item