Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransferQuickPickItemValue

Hierarchy

  • QuickPickItem
    • TransferQuickPickItemValue

Index

Properties

alwaysShow?: boolean

Always show this item.

description?: string

The item description

detail?: string

The item detail

handle: number
kind?: QuickPickItemKind

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

type?: "item"