Home > @tridion-sites/models > SystemWideObject
Abstract base class for the data of all system-wide objects.
Signature:
export declare abstract class SystemWideObject<TListInfo extends ListInfoDictionary = ListInfoDictionary> extends IdentifiableObject<TListInfo>
Extends: IdentifiableObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)(systemWideObjectArgs) | Constructs a new instance of the SystemWideObject class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendSystemWideObject | ||
getInternalModel | () => BackendSystemWideObject |