Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TargetOperationExecutionContext<TOperation>

A target operation execution context.

Type parameters

Hierarchy

  • TargetOperationExecutionContext

Index

Properties

args

args: any[]

Additional arguments for the execution.

deployOperation

deployOperation: DeployOperation

The underlying deploy operation.

event

The event (type).

files

files: string[]

The underlying files.

operation

operation: TOperation

The underlying operation.

previousOperation

The previous operation (context).

target

target: Target

The underlying target.

type

type: string

The normalized type.

Generated using TypeDoc