Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuickPickItem

Something that can be selected from a list of items.

Hierarchy

  • QuickPickItem

Index

Properties

Optional description

description: string

The item description

Optional detail

detail: string

The item detail

label

label: string

The item label

Optional picked

picked: boolean

Used for QuickPickOptions.canPickMany not implemented yet