Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_StaticEVENT_Event name triggered when the property value changes.
StaticEVENT_Event name triggered when the property is deleted.
StaticTYPEThe string literal type identifier for this property.
Protected_Creates a deep clone of the current property instance, preserving its prototype chain.
A new independent instance of the property.
Assigns a new object or map to the property.
The object to assign. Must be of type 'object'.
Whether to mark the property as modified.
The property instance for chaining.
Serializes the map property for database storage.
A JSON string representation of the map, or an empty object.
Retrieves the current value of the property, or its default value if currently undefined.
An optional transformation function applied to the value before returning it.
The raw or transformed property value.
A property type designed to store arbitrary JSON objects or Key-Value maps.
Example