tridion-sites-extensions-api-docs

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

BlueprintNode type

Represent blueprint node when retrieving the hierarchy.

Signature:

export type BlueprintNode = {
    $type?: string;
    Children?: Array<Link>;
    ContextRepositoryId?: string;
    ContextRepositoryTitle?: string;
    Item?: IdentifiableObject;
    Parents?: Array<Link>;
};

References: Link, IdentifiableObject