Skip to content

BindingMode

Enum | orca.core

Various modes to bind properties

Constants

Name Description
OneWay Default mode, updates target property when source changes
TwoWay Updates target property when source changes and updates source when target changes
OneWayToSource Updates source property when target changes, but not the other way around
Expression Allows binding to a custom expression