Internal
Optional
options: SubMenuOptionsProtected
Optional
Readonly
optionsReadonly
parentA reference to the parent node - useful for determining the menu path by which the node can be accessed.
Protected
Readonly
wrappedIcon classes for the menu node. If present, these will produce an icon to the left of the label in browser-style menus.
technical identifier.
1.28 use role
instead.
Whether the item should be rendered as a submenu.
Optional label. Will be rendered as text of the menu item.
How the node and its children should be rendered. See CompoundMenuNodeRole.
Menu nodes are sorted in ascending order based on their sortString
.
Condition under which the menu node should be rendered. See https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts
Inserts the given node at the position indicated by sortString
.
a disposable which, when called, will remove the given node again.
Fills any undefined
fields with the values from the options.
For most use cases refer to MenuNode, CommandMenuNode, or CompoundMenuNode