Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 626 Bytes

menu-item.md

File metadata and controls

20 lines (17 loc) · 626 Bytes

menu-item

Class: MenuItem

new MenuItem(options)

  • options Object
    • click Function - Callback when the menu item is clicked
    • selector String - Call the selector of first responder when clicked (OS X only)
    • type String - Can be normal, separator, submenu, checkbox or radio
    • label String
    • sublabel String
    • accelerator Accelerator
    • enabled Boolean
    • visible Boolean
    • checked Boolean
    • submenu Menu - Should be specified for submenu type menu item, when it's specified the type: 'submenu' can be omitted for the menu item