Uniquely identifies as node in the model graph.
The underlying type is a string. Additionally, we use Brand to provide better type support.
string
The following codes creates a NodeId:
const nodeId = '42' as NodeId; Copy
const nodeId = '42' as NodeId;
Uniquely identifies as node in the model graph.
The underlying type is a
string
. Additionally, we use Brand to provide better type support.The following codes creates a NodeId: