Skip to main content

Input

Type: any any - The data type that ProxyNode accepts as input

Output

Type: any any - The data type that ProxyNode outputs

Examples

const proxyNode = new ProxyNode({
id: 'my-proxy-node',
reportToClient: false
});

Constructors


Constructors

constructor

new ProxyNode(props?: AbstractNodeProps): ProxyNode
Creates a new ProxyNode instance.

Parameters

props
AbstractNodeProps
Configuration for the proxy node.

Returns

ProxyNode