Interface: Node<TType>
Defined in: index.ts:76
Type Parameters
TType
TType = string
The type identifier of the node.
Properties
data
data:
unknown
Defined in: index.ts:82
Description
Static configuration data for the node. Can contain expressions.
id
id:
string
Defined in: index.ts:78
Description
Unique identifier for the node within the workflow.
metadata?
optionalmetadata:unknown
Defined in: index.ts:84
Description
Metadata for the node, useful for transformers or UI.
type
type:
TType
Defined in: index.ts:80
Description
The type of the node, corresponding to a key in NodesDefinition.