Home > @datashaper/workflow > Graph > add
Add a node to the graph
Signature:
add(node: Node<T>): void;| Parameter | Type | Description |
|---|---|---|
| node | Node<T> | The node to register with the graph |
Returns:
void
Home > @datashaper/workflow > Graph > add
Add a node to the graph
Signature:
add(node: Node<T>): void;| Parameter | Type | Description |
|---|---|---|
| node | Node<T> | The node to register with the graph |
Returns:
void