We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31422be commit 31c91deCopy full SHA for 31c91de
src/context-menu-manager.coffee
@@ -109,9 +109,7 @@ class ContextMenuManager
109
# with the following argument:
110
# * `event` The click event that deployed the context menu.
111
#
112
- # * `id` (internal) The {String} menu id, which is used only in javascript code, is not used in menu template.
113
- # For further information on the `id`, see [Electron MenuItem](https://www.electronjs.org/docs/api/menu-item#class-menuitem)).
114
- #
+ # * `id` (internal) A {String} containing the menu item's id.
115
# Returns a {Disposable} on which `.dispose()` can be called to remove the
116
# added menu items.
117
add: (itemsBySelector, throwOnInvalidSelector = true) ->
0 commit comments