Theia API Documentation v1.65.0
    Preparing search index...
    interface BaseTransferQuickInput {
        busy?: boolean;
        enabled?: boolean;
        id: number;
        type?: "quickPick" | "inputBox";
        visible?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    busy?: boolean
    enabled?: boolean
    id: number
    type?: "quickPick" | "inputBox"
    visible?: boolean