Readonly
delegateThe path of the menu delegate that contributed this toolbar item
Readonly
groupProtected
Readonly
menuOptional
Readonly
menuA menu path with which this item is associated. If accompanied by a command, this data will be passed to the MenuCommandExecutor. If no command is present, this menu will be opened.
The command to execute when the item is selected.
Optional icon for the item.
The unique ID of the toolbar item.
Optional text of the item.
Strings in the format `$(iconIdentifier~animationType) will be treated as icon references. If the iconIdentifier begins with fa-, Font Awesome icons will be used; otherwise it will be treated as Codicon name.
You can find Codicon classnames here: https://microsoft.github.io/vscode-codicons/dist/codicon.html
You can find Font Awesome classnames here: http://fontawesome.io/icons/
The type of animation can be either spin
or pulse
.
Optional tooltip for the item.
Representation of an item in the tab