Theia API Documentation v1.65.0
    Preparing search index...
    interface PickOptions<T extends QuickPickItem> {
        activeItem?: T | Promise<T>;
        autoFocusOnList?: boolean;
        canPickMany?: boolean;
        contextKey?: string;
        ignoreFocusLost?: boolean;
        matchOnDescription?: boolean;
        matchOnDetail?: boolean;
        matchOnLabel?: boolean;
        onDidFocus?: (entry: T) => void;
        placeHolder?: string;
        title?: string;
    }

    Type Parameters

    Index

    Properties

    activeItem?: T | Promise<T>
    autoFocusOnList?: boolean
    canPickMany?: boolean
    contextKey?: string
    ignoreFocusLost?: boolean
    matchOnDescription?: boolean
    matchOnDetail?: boolean
    matchOnLabel?: boolean
    onDidFocus?: (entry: T) => void
    placeHolder?: string
    title?: string