Creates an instance of the MetaElement class.
The name of the element
Unique identifier of the object (GUID). Uniquely identifies the object.
The name of the element, which acts as a unique identifier for the MetaElement.
The generator function of the object. The function used when the object was created.
Static
Readonly
_NSIndicates the namespace.
Static
Readonly
_PARAMList of parameters used for the constructor.
Static
Readonly
_UNIONList of implemented interfaces.
Returns the current object as a serialized object. Serialization replaces cyclic references with values of '$ref', and depending on the serialization options, you can select reference structures, redundant structures, and non-contrast structures.
Optional
vOpt: numberSerialization option. Default is '0'.
Optional
owned: object | object[]serialized object.
Initialize the current object using the serialized object.
In this process, the object is initialized, and the state of the object is restored based on the serialized object (oGuid
).
serialized object.
Optional
origin: objectOriginal object. Default is 'oGuid'.
The MetaElement class inherits the MetaObject and implements the IElement interface.
Represents the elements that represent the metadata.