Property
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
This property's value is set to other's value, and then both values are bound to each other. i.e. if either property changes, the other will also change.
Link copied to clipboard
Removes a bidirectional bind created using bidirectionalBind.
Link copied to clipboard
This is the same as bindTo, but casting this
to Property<T>
, suppressing the unchecked cast. I believe this is fine in all cases.
Link copied to clipboard
The value of this property is bound to the value of property to.