Theia API Documentation v1.70.0
    Preparing search index...
    interface QuickInputButton {
        alwaysVisible?: boolean;
        iconClass?: string;
        location?: QuickInputButtonLocation;
        toggle?: { checked: boolean };
        tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alwaysVisible?: boolean

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

    iconClass?: string

    The location where the button should be rendered.

    toggle?: { checked: boolean }

    When present, indicates that the button is a toggle button.

    tooltip?: string