Interface: UseMapDataResult
Defined in: react/hooks.ts:284
Properties
joinKey?
optionaljoinKey?:string
Defined in: react/hooks.ts:287
mapDataId
mapDataId:
string
Defined in: react/hooks.ts:285
mapId
mapId:
string
Defined in: react/hooks.ts:286
rows
rows: readonly
object[]
Defined in: react/hooks.ts:291
The data array as declared in the spec, in original order.
values
values:
Map<string,string|number|null>
Defined in: react/hooks.ts:289
Indexed lookup: stringified geometryId → value.