Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionQuickPickItem<TState>

A quick pick item based on an action.

Type parameters

  • TState

Hierarchy

  • QuickPickItem
    • ActionQuickPickItem

Index

Properties

Optional action

action: function

The action.

param

The value from 'state' property.

param

The underlying object.

returns

The result.

Type declaration

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 state

state: TState

The value for the 1st argument of the action.

Generated using TypeDoc