Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UploadContext<TTarget>

An upload context.

Type parameters

Hierarchy

Index

Properties

cancellationToken

cancellationToken: vscode.CancellationToken

Gets the underlying token.

files

files: FileToUpload[]

The files to upload.

isCancelling

isCancelling: boolean

Gets if a cancellation is requested or not.

target

target: TTarget

Gets the underlying target.

Generated using TypeDoc