tridion-sites-extensions-api-docs

Home > @tridion-sites/models > DependencyGraphNode

DependencyGraphNode class

Node in a dependency graph.

Signature:

export declare class DependencyGraphNode

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, dependencies, item })   Constructs a new instance of the DependencyGraphNode class

Properties

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.