workflow.defaultgraph.add.md
February 13, 2024 ยท View on GitHub
Home > @datashaper/workflow > DefaultGraph > add
DefaultGraph.add() method
Add a node to the graph
Signature:
add(node: Node<T>): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| node | Node<T> | The node to add to the graph |
Returns:
void