Icon classes for the menu node. If present, these will produce an icon to the left of the label in browser-style menus.
technical identifier.
Optional label. Will be rendered as text of the menu item.
A reference to the parent node - useful for determining the menu path by which the node can be accessed.
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.
Removes the first node with the given id.
node id.
Fills any undefined
fields with the values from the {@link options}.
Items that are grouped under this menu.