Theia API Documentation v1.65.0
    Preparing search index...
    interface QuickInputButton {
        alwaysVisible?: boolean;
        iconClass?: string;
        tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alwaysVisible?: boolean

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

    iconClass?: string
    tooltip?: string