Skip to content

FeatureCollectionField

FeatureCollectionField = object

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

One field in a <FeatureCollectionLayer> schema.

optional alias?: string

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

Display alias (defaults to name).


optional length?: number

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

Maximum length for text fields (default 255).


name: string

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

Field name (used as the attribute key).


type: "text" | "int16" | "integer" | "long" | "double" | "date"

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

Field data type.