tridion-sites-extensions-api-docs

Home > @tridion-sites/models > SystemWideObject

SystemWideObject class

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

Constructors

Constructor Modifiers Description
(constructor)(systemWideObjectArgs)   Constructs a new instance of the SystemWideObject class

Properties

Property Modifiers Type Description
_backendModel   BackendSystemWideObject  
getInternalModel   () => BackendSystemWideObject