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

    Hierarchy (View Summary)

    Index

    Properties

    alwaysVisible?: boolean

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

    handle: number
    iconClass?: string
    tooltip?: string