* 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)
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.