Update API docs

This commit is contained in:
Zhuo Lu 2017-11-20 16:32:49 -08:00 committed by Cheng Zhao
parent dcdc3621ac
commit 2de7b338ad

View file

@ -88,7 +88,8 @@ The following additional roles are available on macOS:
* `window` - The submenu is a "Window" menu * `window` - The submenu is a "Window" menu
* `help` - The submenu is a "Help" menu * `help` - The submenu is a "Help" menu
* `services` - The submenu is a "Services" menu * `services` - The submenu is a "Services" menu
* `openrecent` - The submenu is a "Open Recent" menu * `recentdocuments` - The submenu is a "Open Recent" menu
* `clearrecentdocuments` - Map to the `clearRecentDocuments` action
When specifying a `role` on macOS, `label` and `accelerator` are the only When specifying a `role` on macOS, `label` and `accelerator` are the only
options that will affect the menu item. All other options will be ignored. options that will affect the menu item. All other options will be ignored.