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
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.
The ObjectData type is the same as
{ [index: string]: any; }
. This is to ease writingsomeDataObject.anyPropertyName
, when dealing with arbitrary JavaScript Objects used as model data.