Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectData

Hierarchy

  • 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