tridion-sites-extensions-api-docs

Home > @tridion-sites/models > BasicVersionInfo

BasicVersionInfo class

Basic version information about any Identifiable Object.

Signature:

export declare class BasicVersionInfo

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, creationDate, revisionDate })   Constructs a new instance of the BasicVersionInfo class

Properties

Property Modifiers Type Description
_backendModel   BackendBasicVersionInfo  
creationDate   Date | undefined Date and time in UTC at which the item was created.
getInternalModel   () => BackendBasicVersionInfo  
revisionDate   Date | undefined Date and time in UTC at which the item was last modified.