mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
1.1 KiB
1.1 KiB
MenuItem
The menu-item module allows you to add items to an application or content
menu.
See menu for examples.
Class: MenuItem
Create a new MenuItem with the following method:
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 itemidString - Unique within a single menu. If defined then it can be used as a reference to this item by the position attribute.positionString - This field allows fine-grained definition of the specific location within a given menu.