Home > @tridion-sites/models > VersionedItem
Abstract base class for Versioned Items.
Signature:
export declare abstract class VersionedItem extends RepositoryLocalObject
Extends: RepositoryLocalObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, dynamicVersionInfo, fullVersionInfo, isDynamic, …rloArgs }) | Constructs a new instance of the VersionedItem class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendVersionedItem | ||
dynamicVersionInfo | DynamicVersionInfo | undefined | ||
getInternalModel | () => BackendVersionedItem | ||
isAwaitingFirstCheckIn | boolean | ||
isCurrentVersion | boolean | ||
isDynamic | boolean | ||
isHistoricVersion | boolean | ||
versionInfo | FullVersionInfo | undefined |