Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 487 Bytes

File metadata and controls

24 lines (14 loc) · 487 Bytes

Home > @datashaper/workflow > Graph > add

Graph.add() method

Add a node to the graph

Signature:

add(node: Node<T>): void;

Parameters

Parameter Type Description
node Node<T> The node to register with the graph

Returns:

void