Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 540 Bytes

File metadata and controls

28 lines (16 loc) · 540 Bytes

Home > @datashaper/workflow > Graph > node

Graph.node() method

Retrieves a node by id.

Signature:

node(id: NodeId): Node<T>;

Parameters

Parameter Type Description
id NodeId the node identifier

Returns:

Node<T>

Exceptions

  • if the id is not found