Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPickItem

Represents an item that can be selected from a list of items.

Hierarchy

  • QuickPickItem

Index

Properties

alwaysShow?: boolean

Always show this item.

description?: string

The item description

detail?: string

The item detail

Defaults to QuickPickItemKind.Default. If set to {@link QUickPickItemKind.Separator}, the item will not be displayed as a row but only as a separator, and all fields other than label will be ignored.

label: string

The item label

picked?: boolean

Used for QuickPickOptions.canPickMany not implemented yet