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

ParameterTypeDescription
nodeNode<T>The node to register with the graph

Returns:

void

Contents

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