Theia API Documentation v1.70.0
    Preparing search index...

    Type Parameters

    Implements

    • IQuickPickItem
    Index

    Constructors

    Properties

    alwaysShow?: boolean

    Whether the item is always shown in the Quick Pick regardless of filtering.

    ariaLabel?: string
    buttons?: IQuickInputButton[]
    description?: string
    detail?: string

    The detail text of the quick pick item. Shown as the second line.

    iconClasses?: string[]

    Icon classes to be passed on as IIconLabelValueOptions to the underlying IconLabel widget.

    id?: string
    item: T
    keybinding?: ResolvedKeybinding

    Allows to show a keybinding next to the item to indicate how the item can be triggered outside of the picker using keyboard shortcut.

    label: string
    meta?: string
    type?: "item"

    The type of the quick pick item. Used to distinguish between 'item' and 'separator'

    Methods