Interface: UseMapDataResult
Defined in: react/hooks.ts:268
Properties
joinKey?
optionaljoinKey?:string
Defined in: react/hooks.ts:271
mapDataId
mapDataId:
string
Defined in: react/hooks.ts:269
mapId
mapId:
string
Defined in: react/hooks.ts:270
rows
rows: readonly
object[]
Defined in: react/hooks.ts:275
The data array as declared in the spec, in original order.
values
values:
Map<string,string|number|null>
Defined in: react/hooks.ts:273
Indexed lookup: stringified geometryId → value.