Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 766 Bytes

BindingOptions.md

File metadata and controls

15 lines (14 loc) · 766 Bytes
nav-title title description
Class ui/core/bindable.BindingOptions
Class ui/core/bindable.BindingOptions
Class ui/core/bindable.BindingOptions

Object: "ui/core/bindable".BindingOptions

The options object used in the Bindable.bind method.

Properties
  • sourceProperty - String.
    The property name of the source object (typically the ViewModel) to bind to.
  • targetProperty - String.
    The property name of the target object (that is the Bindable instance) to bind the source property to.
  • twoWay - (optional) - Boolean.
    True to establish a two-way binding, false otherwise. A two-way binding will synchronize both the source and the target property values regardless of which one initiated the change.