Interface: UseMapDataResult
Defined in: react/hooks.ts:258
Properties
joinKey?
optionaljoinKey?:string
Defined in: react/hooks.ts:261
mapDataId
mapDataId:
string
Defined in: react/hooks.ts:259
mapId
mapId:
string
Defined in: react/hooks.ts:260
rows
rows: readonly
object[]
Defined in: react/hooks.ts:265
The data array as declared in the spec, in original order.
values
values:
Map<string,string|number|null>
Defined in: react/hooks.ts:263
Indexed lookup: stringified geometryId → value.