Theia API Documentation v1.65.0
    Preparing search index...
    interface TransferQuickPick {
        activeItems?: readonly QuickPickItem[];
        busy?: boolean;
        buttons?: TransferQuickInputButton[];
        canSelectMany?: boolean;
        enabled?: boolean;
        id: number;
        ignoreFocusOut?: boolean;
        items?: TransferQuickPickItem[];
        matchOnDescription?: boolean;
        matchOnDetail?: boolean;
        placeholder?: string;
        selectedItems?: readonly QuickPickItem[];
        sortByLabel?: boolean;
        type?: "quickPick";
        value?: string;
        visible?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    activeItems?: readonly QuickPickItem[]
    busy?: boolean
    canSelectMany?: boolean
    enabled?: boolean
    id: number
    ignoreFocusOut?: boolean
    matchOnDescription?: boolean
    matchOnDetail?: boolean
    placeholder?: string
    selectedItems?: readonly QuickPickItem[]
    sortByLabel?: boolean
    type?: "quickPick"
    value?: string
    visible?: boolean