Home > @tridion-sites/models > LocationInfo
Location/context info for Repository-Local Objects.
Signature:
export declare class LocationInfo
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, contextRepository, organizationalItem }) | Constructs a new instance of the LocationInfo class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendLocationInfo | ||
contextRepository | Link | undefined | Context Repository from which the object has been retrieved. | |
getInternalModel | () => BackendLocationInfo | ||
organizationalItem | Link | undefined | Organizational Item that contains the object. | |
path | string | undefined | Path to the item (that is, excluding the item’s own title). | |
webDavUrl | string | undefined | WebDAV URL of the item. |