tridion-sites-extensions-api-docs

Home > @tridion-sites/models > PublishInstruction

PublishInstruction class

Signature:

export declare class PublishInstruction extends PublishInstructionBase

Extends: PublishInstructionBase

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, deployAt, resolveInstruction })   Constructs a new instance of the PublishInstruction class

Properties

Property Modifiers Type Description
_backendModel   BackendPublishInstruction  
deployAt   Date | undefined Date and time when the content should be deployed at the content delivery side. Should be specified in UTC, for example: “2022-01-01T12:00:00:00Z”.
getInternalModel   () => BackendPublishInstruction  
resolveInstruction   ResolveInstruction | undefined Represents the instructions needed for resolving.