Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionQuickPickItem

Hierarchy

  • QuickPickItem
    • ActionQuickPickItem

Index

Properties

action

action: function

Type declaration

    • (): any
    • Returns any

Optional description

description: string

A human readable string which is rendered less prominent.

Optional detail

detail: string

A human readable string which is rendered less prominent.

icon

icon: string

Optional itemOrder

itemOrder: any

label

label: string

A human readable string which is rendered prominent.

Optional picked

picked: boolean

Optional flag indicating if this item is picked initially. (Only honored when the picker allows multiple selections.)

see

QuickPickOptions.canPickMany

sortOrder

sortOrder: any

Generated using TypeDoc