Enumeration BindingMode

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

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

since

3.0

Index

Enumeration Members

Enumeration Members

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

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.