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

Latest commit

 

History

History
24 lines (14 loc) · 519 Bytes

File metadata and controls

24 lines (14 loc) · 519 Bytes

Home > @datashaper/workflow > Graph > hasNode

Graph.hasNode() method

Determines if the graph contains a node by id

Signature:

hasNode(id: NodeId): boolean;

Parameters

Parameter Type Description
id NodeId The node id

Returns:

boolean