Bind two bindables to each other
Define properties to be synchronized and converted between two bindables.
Represents a combination of syncToRight/syncToLeft
OptionalconvertLeftToRight: ConvertFunctionif omitted, updated value will not be converted
OptionalconvertRightToLeft: ConvertFunctionif omitted, updated value will not be converted
Define properties to be synchronized between two bindables.
Define properties to be synchronized between from left to right bindables.
Define properties to be synchronized between from left to right bindables.
Define properties to be synchronized and converted from right bindable to left bindable
OptionalconvertValue: ConvertFunctionif omitted, updated value will not be converted
Trigger the synchronization of the properties of right to their pedants on left.
Define properties to be synchronized and converted from left bindable to right bindable
OptionalconvertValue: ConvertFunctionif omitted, updated value will not be converted
Trigger the synchronization of the properties of left to their pedants on right.
Unbind two models from each other
Class for two way binding between bindables.