tridion-sites-extensions-api-docs

Home > @tridion-sites/models > PublishContext

PublishContext class

Signature:

export declare class PublishContext

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, processedItems, publication, resolvedItems, targetType, })   Constructs a new instance of the PublishContext class

Properties

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.