tridion-sites-extensions-api-docs

Home > @tridion-sites/models > BlueprintReadonlyGraphNode

BlueprintReadonlyGraphNode interface

Signature:

export interface BlueprintReadonlyGraphNode<TData>

Properties

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)