ContingentValuesResult
ContingentValuesResult =
object
Defined in: src/ExpoArcgis.types.ts:729
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).
Properties
Section titled “Properties”contingentValues
Section titled “contingentValues”contingentValues:
ContingentValueEntry[]
Defined in: src/ExpoArcgis.types.ts:733
The valid contingent values, organised across all field groups that reference this field.
fieldName
Section titled “fieldName”fieldName:
string
Defined in: src/ExpoArcgis.types.ts:731
The field name that was queried.