Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeployFileQuickPickItem

A quick pick item for deploying a file.

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.

file

file: string

The path of the source file to deploy.

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

target

target: DeployTarget

The target.

Generated using TypeDoc