Home > @tridion-sites/open-api-client > BlueprintNode
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