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

Latest commit

 

History

History
26 lines (15 loc) · 606 Bytes

File metadata and controls

26 lines (15 loc) · 606 Bytes

Home > @datashaper/workflow > DefaultGraph > hasNode

DefaultGraph.hasNode() method

Check if the graph has a node with the given ID

Signature:

hasNode(id: NodeId): boolean;

Parameters

Parameter Type Description
id NodeId The node ID to check

Returns:

boolean

Whether the graph has a node with the given ID