Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionQuickPickItem

A quick pick item based on an action.

Hierarchy

  • QuickPickItem
    • ActionQuickPickItem

Index

Properties

action

action: function

The action to invoke.

Type declaration

    • (): any
    • Returns any

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 tag

tag: any

Additional data to store in that object.

Generated using TypeDoc