Home > @tridion-sites/models > DependencyGraphNode
Node in a dependency graph.
Signature:
export declare class DependencyGraphNode
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, dependencies, item }) | Constructs a new instance of the DependencyGraphNode class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendDependencyGraphNode | ||
dependencies | ReadonlyArray<DependencyGraphNode> | undefined | The list of dependencies that the graph node has. | |
existsInContext | boolean | Indicates whether the graph node exists in the given context Repository. | |
getInternalModel | () => BackendDependencyGraphNode | ||
hasMore | boolean | Indicates whether there are more (transitive) dependencies than returned for the graph node. | |
item | IdentifiableObject | undefined | The item that the graph node represents. |