Home > @tridion-sites/models > BlueprintGraphNode
Signature:
export declare class BlueprintGraphNode<TData> implements BlueprintReadonlyGraphNode<TData>
Implements: BlueprintReadonlyGraphNode
Constructor | Modifiers | Description |
---|---|---|
(constructor)(id, data) | Constructs a new instance of the BlueprintGraphNode class |
Property | Modifiers | Type | Description |
---|---|---|---|
children | ReadonlyArray<BlueprintReadonlyGraphNode<TData>> | ||
data | TData | ||
id | string | ||
isRoot | boolean | ||
linkParent | (parent: BlueprintGraphNode<TData>, priority: number) => void | ||
orderedParents | ReadonlyArray<BlueprintReadonlyParentLink<TData>> | ||
primaryParent | BlueprintReadonlyGraphNode<TData> | undefined |