Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionQuickPickItem<TTag>

A quick pick item with an action.

Type parameters

  • TTag

Hierarchy

  • QuickPickItem
    • ActionQuickPickItem

Index

Properties

Optional action

action: Function

The (optional) action to invoke.

Optional alwaysShow

alwaysShow: boolean

Always show this item.

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.

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

Optional tag

tag: TTag

Something that should be linked with that item.

Generated using TypeDoc