Examples
Constructors
Methods
Interfaces
Constructors
constructor
CustomNode.
Parameters
Custom node options including optional
executionConfig.Returns
CustomNode
Methods
process
Parameters
The execution context.
The inputs to the node.
Returns
OutputType | Promise<OutputType>
Interfaces
CustomNodeProps
Configuration for aCustomNode.
Properties
executionConfig?:ExecutionConfigType
Execution configuration for the custom node.