Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransferQuickPickItems

Hierarchy

  • QuickPickItem
    • TransferQuickPickItems

Index

Properties

Optional alwaysShow

alwaysShow: boolean

Always show this item.

Optional description

description: string

The item description

Optional detail

detail: string

The item detail

handle

handle: number

label

label: string

The item label

Optional picked

picked: boolean

Used for QuickPickOptions.canPickMany not implemented yet

Optional type

type: "item" | "separator"