:memo: Add note regarding dynamic addition/removal of menu items.
authorCory Reed <creed@mrn.org>
Thu, 23 Mar 2017 18:55:46 +0000 (11:55 -0700)
committerCory Reed <creed@mrn.org>
Thu, 23 Mar 2017 18:57:44 +0000 (11:57 -0700)
Closes #8928.

[ci skip]

docs/api/menu.md

index cd68176..ad846fb 100644 (file)
@@ -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