541 B
541 B
The ChangeableObject class is a subclass of VisualObject and Object that provides additional methods for handling changes to objects.
In addition to the Object and VisualObject methods, ChangeableObjects also have the following methods:
| setValue | Sets the value of your object |
| getValue | Gets the value of your object |
Events
| onChange | Fires when the object value has changed |