Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TargetContext<TTarget>

A context based on a target.

Type parameters

Hierarchy

Index

Properties

cancellationToken

cancellationToken: vscode.CancellationToken

Gets the underlying token.

isCancelling

isCancelling: boolean

Gets if a cancellation is requested or not.

target

target: TTarget

Gets the underlying target.

Generated using TypeDoc