ReadonlyiconThe icon for the button.
OptionallocationThe location where the button should be rendered.
Defaults to QuickInputButtonLocation.Title.
Note: This property is ignored if the button was added to a QuickPickItem.
Optional ReadonlytoggleWhen present, indicates that the button is a toggle button that can be checked or unchecked.
Indicates whether the toggle button is currently checked. This property will be updated when the button is toggled.
Optional ReadonlytooltipAn optional tooltip displayed when hovering over the button.
A button for an action in a QuickPick or InputBox.