BindingMode
constBindingMode:object
Defined in: constants.ts:8
GoJS-compatible: The mode of a Binding.
Type Declaration
Sección titulada «Type Declaration»
readonlyOneWay:0=0
OneWay: model data changes update the target.
readonlyTwoWay:1=1
TwoWay: the target property is also written back to the model.