Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_The internal stored value, either a class instance or a URI.
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.
Sets a new value for the property and triggers the onChange event if modified.
The new value to assign.
Whether to mark the property as modified (defaults to true).
The current property instance for chaining.
Serializes the property for JSON stringification.
The raw internal value of the property.
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 hold a reference to a File or Blob. It usually stores either the raw
BaseObjectClassrepresenting the file, or anObjectUripointing to the storage location.Example