ContingentValuesResult
ContingentValuesResult =
object
Defined in: src/ExpoArcgis.types.ts:547
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:551
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:549
The field name that was queried.