AbstractDefines the default entity. This entity represents a meta table.
Unique identifier of the object (GUID). Uniquely identifies the object.
The generator function of the object. The function used when the object was created.
Event object. Processes the issuance and reception of events.
This is the collection reservation word. Defines the reserved words that you use by default.
Static Readonly_NSIndicates the namespace.
Static Readonly_PARAMList of parameters used for the constructor.
Static Readonly_UNIONList of implemented interfaces.
Event listener before command execution.
command object to be executed.
Event listener after command execution.
Command object executed.
The result object of the command execution.
AbstractaddMethod of obtaining the current object as a guide type object. (Circular references are replaced by $ref values.)
OptionalvOpt: numberImport option.
Optionalowned: object | object[]An event that is called before the command is executed.
command object to be executed.
An event that is called after the command is executed.
Command object executed.
The result object of the command execution.
The 'BaseBind' class provides basic binding functions and is an extension of the 'MetaObject'. This class handles events before and after executing commands, and provides serialization and deserialization.