Skip to content

Interface: PluginContext

Defined in: index.ts:210

Extended by

Properties

definition

definition: NodeDefinition

Defined in: index.ts:214

The node definition.


externalPayload?

optional externalPayload: unknown

Defined in: index.ts:220

External payload passed to execution.


globals?

optional globals: unknown

Defined in: index.ts:218

Global variables.


input

input: unknown

Defined in: index.ts:222

The input data to the node.


node

node: Node

Defined in: index.ts:212

The node being executed.


output?

optional output: unknown

Defined in: index.ts:224

The output data from the node (available in onAfterNodeExecution).


snapshot

snapshot: Snapshot

Defined in: index.ts:216

The current snapshot.