electron/docs/api/menu-item.md

22 lines
668 B
Markdown
Raw Normal View History

2013-09-09 07:35:57 +00:00
# menu-item
2013-08-14 22:43:35 +00:00
## 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`
2013-08-14 22:43:35 +00:00
* `label` String
* `sublabel` String
* `accelerator` [Accelerator](accelerator.md)
2015-02-13 04:12:40 +00:00
* `icon` [NativeImage](native-image.md)
2013-08-14 22:43:35 +00:00
* `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