GoJS API
/ to search
    Preparing search index...

    Enumeration BindingMode

    This enumeration specifies in which direction bindings will be evaluated. Used for Binding.mode.

    since

    3.0

    Index

    Enumeration Members

    Enumeration Members

    OneWay: 1

    Uses data source values and sets GraphObject properties. Bindings are evaluated when Panel.updateTargetBindings is called.

    TwoWay: 2

    Uses data source values and GraphObject properties and keeps them in sync. When Panel.updateTargetBindings is called, the GraphObject properties are set. When GraphObject properties are modified, the Panel.data properties are set.