tridion-sites-extensions-api-docs

Home > @tridion-sites/models > BlueprintInfo

BlueprintInfo class

BluePrint info for Repository-Local Objects.

Signature:

export declare class BlueprintInfo

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, owningRepository, primaryBlueprintParentItem })   Constructs a new instance of the BlueprintInfo class

Properties

Property Modifiers Type Description
_backendModel   BackendBlueprintInfo  
getInternalModel   () => BackendBlueprintInfo  
isLocalized   boolean Whether the item is localized in the current context Publication.
isShared   boolean Whether the item is shared in the current context Publication.
owningRepository   Link | undefined Repository in which the item physically resides.
primaryBlueprintParentItem   Link | undefined Link to a master item (an item in the top of the BluePrint chain, where it was originally created).