defaultBindingMode
Type: Boolean
Required: No
"defaultBindingMode": "OneWay"
This property specifies how a binding to this attribute should be handled.
Permissible values:
OneWay
: By default, a binding to the attribute is only valid for writing to the control. This is the default.TwoWay
: By default, a binding to the attribute is valid for reading to and writing from the control. The new value is written to the binding each time the respective attribute is changed. See also Configure binding