Theia API Documentation v1.69.0
    Preparing search index...
    interface TransferQuickInputButton {
        handle?: number;
        iconUrl?: string | ThemeIcon | { dark: string; light: string };
        location?: number;
        toggle?: { checked: boolean };
        tooltip?: string;
    }
    Index

    Properties

    handle?: number
    iconUrl?: string | ThemeIcon | { dark: string; light: string }
    location?: number
    toggle?: { checked: boolean }
    tooltip?: string