Skip to main content

Constructors

Interfaces

Module Variables


Constructors

constructor

new AbstractNode(props: AbstractNodeProps): AbstractNode
Creates a new AbstractNode.

Parameters

props
AbstractNodeProps
required
Node configuration including optional id and reportToClient flag.

Returns

AbstractNode

Interfaces

AbstractNodeProps

Base configuration for any graph node.

Properties

id?: string Optional explicit node identifier. reportToClient?: boolean Whether this node should report its outputs to the client. If set to true, you will see the output of this node in the .

Module Variables

INTERNAL_COMPONENTS

INTERNAL_COMPONENTS: any

TO_GRAPH_CONFIG_NODE

TO_GRAPH_CONFIG_NODE: any