Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChunkHandlerModuleExecutorArguments

Arguments for handling a chunk.

Hierarchy

Index

Properties

chunk

chunk: Buffer

The current (or new chunk) to send.

config

The extension configuration.

context

context: vscode.ExtensionContext

The context of the extension.

destination

destination: ProxyDestination

The destination.

globalState

globalState: Object

The global state for this and all other scripts.

globals

globals: any

Global options / data from the settings.

Optional options

options: any

Additional options for the script.

outputChannel

outputChannel: vscode.OutputChannel

The output channel of the extension.

packageFile

packageFile: PackageFile

The package file.

state

state: any

Gets or sets a state value for the underlying script.

Generated using TypeDoc