workflow.graph.add.md
January 18, 2023 ยท View on GitHub
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