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

ParameterTypeDescription
nodeNode<T>The node to add to the graph

Returns:

void

Contents

  1. 1DefaultGraph.add() method
  2. 2Parameters