tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > DependencyGraphNode

DependencyGraphNode type

Represents a node in a dependency graph.

Signature:

export type DependencyGraphNode = {
    $type?: string;
    Dependencies?: Array<DependencyGraphNode>;
    ExistsInContext?: boolean;
    HasMore?: boolean;
    Item?: IdentifiableObject;
};

References: DependencyGraphNode, IdentifiableObject