Home > @tridion-sites/models > PublishTransactionConstructorArgs
Signature:
export interface PublishTransactionConstructorArgs extends SystemWideObjectConstructorArgs
Extends: SystemWideObjectConstructorArgs
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 |