FeatureCollectionField
FeatureCollectionField =
object
Defined in: src/ExpoArcgis.types.ts:281
One field in a <FeatureCollectionLayer> schema.
Properties
Section titled “Properties”alias?
Section titled “alias?”
optionalalias?:string
Defined in: src/ExpoArcgis.types.ts:287
Display alias (defaults to name).
length?
Section titled “length?”
optionallength?: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.