Home > @tridion-sites/models > PublishContext
Signature:
export declare class PublishContext
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, processedItems, publication, resolvedItems, targetType, }) | Constructs a new instance of the PublishContext class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendPublishContext | ||
getInternalModel | () => BackendPublishContext | ||
processedItems | Array<ProcessedItem> | undefined | A collection of processed items. | |
publication | Link | undefined | The Publication which this Publish Context belongs to. | |
resolvedItems | Array<ResolvedItem> | undefined | A collection of Resolved Items in this Publish Context. | |
targetType | Link | undefined | The Target Type which this Publish Context belongs to. |