Interface QuickInputButton

Button for an action in a QuickPick or InputBox.

interface QuickInputButton {
    iconPath: IconPath;
    tooltip?: string;
}

Properties

Properties

iconPath: IconPath

Icon for the button.

tooltip?: string

An optional tooltip.