Theia API Documentation v1.65.0
    Preparing search index...
    interface QuickInput {
        busy: boolean;
        contextKey: undefined | string;
        description: undefined | string;
        enabled: boolean;
        ignoreFocusOut: boolean;
        onDidHide: Event<{ reason: QuickInputHideReason }>;
        onDispose: Event<void>;
        step: undefined | number;
        title: undefined | string;
        totalSteps: undefined | number;
        dispose(): void;
        hide(): void;
        show(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    busy: boolean
    contextKey: undefined | string
    description: undefined | string
    enabled: boolean
    ignoreFocusOut: boolean
    onDidHide: Event<{ reason: QuickInputHideReason }>
    onDispose: Event<void>
    step: undefined | number
    title: undefined | string
    totalSteps: undefined | number

    Methods