Home > @tridion-sites/models > FullVersionInfo
Limited version info for Repository-Local Objects.
Signature:
export declare class FullVersionInfo extends LimitedVersionInfo
Extends: LimitedVersionInfo
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, checkoutUser, lockType, revisor, checkOutDate, …limitedVersionInfoArgs }) | Constructs a new instance of the FullVersionInfo class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendFullVersionInfo | ||
checkOutDate | Date | undefined | Date/time at which the item was checked out. | |
checkOutUser | Link | undefined | A Link to a UserData object or undefined if the item is not checked out. | |
getInternalModel | () => BackendFullVersionInfo | ||
isNew | boolean | Value indicating whether the item is “new” (not checked in yet). | |
lastVersion | number | undefined | Last version number of this item. | |
lockType | ReadonlyArray<LockType> | undefined | Type of lock on the item (if any). | |
revision | number | undefined | Revision number of this item. | |
revisor | Link | undefined | User who last modified this item. | |
systemComment | string | undefined | ||
userComment | string | undefined | Comment set by the user during check-in of this item. | |
version | number | undefined |