| Method Summary | |
|---|---|
| void | Adds a bindable property to this object. |
| jsx3.$Array<String> | Returns the list of bindable properties of this object. |
| void | Sets the current calculated value of a bindable property of this object. |
| void | updateBindable(key : String) Causes a bindable property of this object to be recalculated. |
| void | Causes a bindable property to be updated when publisher publishes an event with subject
subject. |
| Method Detail |
|---|
{subject: propName, oldValue: previousValue, value: newValue}.key.publisher publishes an event with subject
subject.