Browse Source

:memo: Add note regarding dynamic addition/removal of menu items.

Closes #8928.

[ci skip]
Cory Reed 8 years ago
parent
commit
a92f639b64
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/api/menu.md

+ 4 - 0
docs/api/menu.md

@@ -25,6 +25,10 @@ will be set as each window's top menu.
 
 Returns `Menu` - The application menu, if set, or `null`, if not set.
 
+**Note:** The returned `Menu` instance doesn't support dynamic addition or
+removal of menu items. [Instance properties](#instance-properties) can still
+be dynamically modified.
+
 #### `Menu.sendActionToFirstResponder(action)` _macOS_
 
 * `action` String