Skip to content
Guides API

StatisticDefinition

StatisticDefinition = object

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

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

field: string

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


optional outName?: string

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

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


type: StatisticType

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