Theia API Documentation v1.65.0
    Preparing search index...
    interface TransferInputBox {
        busy?: boolean;
        buttons?: TransferQuickInputButton[];
        enabled?: boolean;
        id: number;
        password?: boolean;
        placeholder?: string;
        prompt?: string;
        type?: "inputBox";
        validationMessage?: string;
        value?: string;
        visible?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    busy?: boolean
    enabled?: boolean
    id: number
    password?: boolean
    placeholder?: string
    prompt?: string
    type?: "inputBox"
    validationMessage?: string
    value?: string
    visible?: boolean