mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
668 B
668 B
menu-item
Class: MenuItem
new MenuItem(options)
optionsObjectclickFunction - Callback when the menu item is clickedselectorString - Call the selector of first responder when clicked (OS X only)typeString - Can benormal,separator,submenu,checkboxorradiolabelStringsublabelStringacceleratorAcceleratoriconNativeImageenabledBooleanvisibleBooleancheckedBooleansubmenuMenu - Should be specified forsubmenutype menu item, when it's specified thetype: 'submenu'can be omitted for the menu item