Bind two bindables to each other
Define properties to be synchronized and converted between two bindables.
Represents a combination of syncToRight
/syncToLeft
Optional
convertLeftToRight: ConvertFunctionif omitted, updated value will not be converted
Optional
convertRightToLeft: 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
Optional
convertValue: ConvertFunctionif omitted, updated value will not be converted
Define properties to be synchronized and converted from left bindable to right bindable
Optional
convertValue: ConvertFunctionif omitted, updated value will not be converted
Class for two way binding between bindables.