Home > @tridion-sites/models > ResolvedItem
Signature:
export declare class ResolvedItem
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, item, publication, targetType, template }) | Constructs a new instance of the ResolvedItem class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendResolvedItem | ||
getInternalModel | () => BackendResolvedItem | ||
item | Link | undefined | A link to the resolved “IdentifiableObject”. | |
itemPath | string | undefined | Resolved item’s path. The value is set only after successful resolving. | |
publication | Link | undefined | The Publication for which this item was resolved. | |
targetType | Link | undefined | Target Type for which this item was resolved. | |
template | Link | undefined | The template to render the item with. |