tridion-sites-extensions-api-docs

Home > @tridion-sites/models > PublishTransactionConstructorArgs

PublishTransactionConstructorArgs interface

Signature:

export interface PublishTransactionConstructorArgs extends SystemWideObjectConstructorArgs

Extends: SystemWideObjectConstructorArgs

Properties

Property Modifiers Type Description
backendModel   BackendPublishTransaction  
creator   Link | undefined  
deployerAction   DeployerAction | undefined  
instruction   PublishInstructionBase | undefined  
items   ReadonlyArray<Link> | undefined  
priority   PublishPriority | undefined  
publishContexts   ReadonlyArray<PublishContext> | undefined  
state   PublishTransactionState | undefined  
stateChangeDateTime   Date | undefined  
targetType   Link | undefined