Home > @tridion-sites/models > BlueprintReadonlyGraphNode
Signature:
export interface BlueprintReadonlyGraphNode<TData>
Property | Modifiers | Type | Description |
---|---|---|---|
children | ReadonlyArray<BlueprintReadonlyGraphNode<TData>> | Child nodes | |
data | TData | Data associated with the node | |
id | string | Unique identifier for the node | |
isRoot | boolean | Is this a root node | |
orderedParents | ReadonlyArray<BlueprintReadonlyParentLink<TData>> | Parent nodes sorted by priority | |
primaryParent | BlueprintReadonlyGraphNode<TData> | undefined | Primary parent of the node (priority = 0) |