Skip to main content

Interface: MapDataRow

Defined in: spec/types.ts:246

One row of attribute data joined to a geometry feature. geometryId matches feature.id (default) or feature.properties[joinKey] when joinKey is declared on the parent MapData.

Properties

geometryId

geometryId: string | number

Defined in: spec/types.ts:247


value

value: string | number | null

Defined in: spec/types.ts:248