MapBag<V>
MapBag<
V> =object&IMapProxy<V>
Defined in: js-api/src/proxies.ts:78
A Dart-backed string-keyed bag (df.tags, column.temp, call.aux, ...): read and write entries
by index, or use the map methods. Writes go straight to the Dart object.
Type Parameters
| Type Parameter | Default type |
|---|---|
V | any |