Interface QuickInputButton

interface QuickInputButton {
    alwaysVisible?: boolean;
    iconClass?: string;
    tooltip?: string;
}

Hierarchy (view full)

Properties

alwaysVisible?: boolean

Whether the button should be visible even when the user is not hovering.

iconClass?: string
tooltip?: string