Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationContext<T>

An operation context.

Type parameters

Hierarchy

  • OperationContext

Index

Properties

config

The app configuration.

Optional error

error: any

Can store the error that is raised while the execution.

files

files: string[]

The files to deploy / the deployed files.

globals

globals: Object

The global data from the settings.

Optional handled

handled: boolean

Operation has been handled or not.

kind

Kind of operation.

operation

operation: T

The operation settings.

outputChannel

outputChannel: vscode.OutputChannel

The output channel.

Generated using TypeDoc