Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployPackageQuickPickItem

A quick pick for a package.

Hierarchy

Index

Properties

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.

package

package: DeployPackage

The package.

Optional picked

picked: boolean

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

see

QuickPickOptions.canPickMany

Generated using TypeDoc