Ir al contenido

BindingMode

const BindingMode: object

Defined in: constants.ts:8

GoJS-compatible: The mode of a Binding.

readonly OneWay: 0 = 0

OneWay: model data changes update the target.

readonly TwoWay: 1 = 1

TwoWay: the target property is also written back to the model.