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