tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ResolvedItem

ResolvedItem class

Signature:

export declare class ResolvedItem

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, item, publication, targetType, template })   Constructs a new instance of the ResolvedItem class

Properties

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.