PropertyBag
A Property whose value is a key-value mapping of property names to the computed value of other properties.
Parameters
An object, containing key-value mapping of property names to properties.
A function that will be called when the value of any of the properties in value are not a Property.
See also
Properties
Gets the event that is raised whenever the set of properties contained in this object changes, or one of the properties itself changes.
Gets a value indicating if this property is constant. This property is considered constant if all property items in this object are constant.
Gets the names of all properties registered on this instance.
Functions
Adds a property to this object.
Gets the value of this property. Each contained property will be evaluated at the given time, and the overall result will be an object, mapping property names to those values.
Determines if this object has defined a property with the given name.
Removed a property previously added with addProperty.