From b80272dbb424aaaec03b53f265b339b45453e6b0 Mon Sep 17 00:00:00 2001 From: Adam Drago Date: Tue, 19 Apr 2016 18:12:37 -0700 Subject: [PATCH] Add note for OS X about using `role` on MenuItem --- docs/api/menu-item.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/menu-item.md b/docs/api/menu-item.md index fb12e25115..0029ba14dd 100644 --- a/docs/api/menu-item.md +++ b/docs/api/menu-item.md @@ -61,6 +61,8 @@ On OS X `role` can also have following additional values: * `help` - The submenu is a "Help" menu * `services` - The submenu is a "Services" menu +When specifying `role` on OS X, `label` and `accelerator` are the only options that will affect the MenuItem. All other options will be ignored. + ## Instance Properties The following properties (and no others) can be updated on an existing `MenuItem`: