tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ProcessedItem

ProcessedItem class

Signature:

export declare class ProcessedItem

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, resolvedItem })   Constructs a new instance of the ProcessedItem class

Properties

Property Modifiers Type Description
_backendModel   BackendProcessedItem  
getInternalModel   () => BackendProcessedItem  
hasRenderFailure   boolean | undefined A value indicating whether the item failed rendering.
isRendered   boolean | undefined A value indicating whether the item has been fully rendered.
reasonOfRenderFailure   string | undefined The reason of failure of the rendering process.
renderTime   string | undefined The duration of the rendering process for the processed item. The render time formatted as a string: HH:MM:SS
resolvedItem   ResolvedItem | undefined The “ResolvedItem” for which this instance stores additional rendering information.