Skip to content
Guides API

ContingentValuesResult

ContingentValuesResult = object

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

Result of FeatureLayerHandle.getContingentValues — the field name that was queried plus all valid contingent values for that field given the feature’s current attribute state. An empty contingentValues array means no constraints are defined (all values are valid).

contingentValues: ContingentValueEntry[]

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

The valid contingent values, organised across all field groups that reference this field.


fieldName: string

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

The field name that was queried.