Input
Type:any
any - The data type that ProxyNode accepts as input
Output
Type:any
any - The data type that ProxyNode outputs
Examples
Constructors
Constructors
constructor
Parameters
Configuration for the proxy node.
Returns
ProxyNodeProxy node for simple data passing. This node passes through any input data without modification, useful for routing or creating connection points in graphs.
any
any - The data type that ProxyNode accepts as input
any
any - The data type that ProxyNode outputs
ProxyNode