FlowNode
class FlowNode
Contains configurations about a node in the flow.
Types
Properties
Link copied to clipboard
Contains configurations for the node.
Link copied to clipboard
An array of objects, each of which contains information about an input into the node.
Link copied to clipboard
A list of objects, each of which contains information about an output from the node.
Link copied to clipboard
The type of node. This value must match the name of the key that you provide in the configuration you provide in the FlowNodeConfiguration
field.