Skip to content

StatisticDefinition

StatisticDefinition = object

Defined in: src/ExpoArcgis.types.ts:402

One computed statistic — a type over a field, optionally renamed via outName.

field: string

Defined in: src/ExpoArcgis.types.ts:403


optional outName?: string

Defined in: src/ExpoArcgis.types.ts:406

Output column name for the statistic (defaults to a generated name).


type: StatisticType

Defined in: src/ExpoArcgis.types.ts:404