GoJS API
/ to search
    Preparing search index...

    Interface ObjectData

    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