Interface ObjectData

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

The ObjectData type is the same as { [index: string]: any; }. This is to ease writing someDataObject.anyPropertyName, when dealing with arbitrary JavaScript Objects used as model data.

Indexable

[index: string]: any