Home > @tridion-sites/models > PublishInfo
Represents publishing information for Repository local objects.
Signature:
export declare class PublishInfo
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, renderedWith, repository, targetType, user }) | Constructs a new instance of the PublishInfo class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendPublishInfo | ||
getInternalModel | () => BackendPublishInfo | ||
publishedAt | string | undefined | The date and time in UTC at which the item was last published. | |
renderedWith | Link | undefined | A Link to the template with which the item was rendered. | |
repository | Link | undefined | A Link to the Repository in which the container object has publish details. | |
targetPurpose | string | undefined | The Purpose of “TargetType”. | |
targetType | Link | undefined | A Link to the Target Type for publishing to. | |
user | Link | undefined | A Link to the User that published or un-published the container. |