πŸš€ 8.9 Released! β†’ ⚑️ New Node-API Engine Preview, πŸ“² ns widget ios, πŸ’… Tailwind v4 and more...
Read Announcement
BindingOptions
interfaceBindingOptions {
expression:string;
sourceProperty:string;
targetProperty:string;
twoWay:boolean;
}
The options object used in the Bindable.bind method.

Summary ​

Properties ​

expression ​

expression?: string
An expression used for calculations (convertions) based on the value of the property.

sourceProperty ​

sourceProperty: string
The property name of the source object (typically the ViewModel) to bind to.

targetProperty ​

targetProperty: string
The property name of the target object (that is the Bindable instance) to bind the source property to.

twoWay ​

twoWay?: 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.

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /