An object that defines possible values for a field in the context of the contingent field groups it participates in. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.13 |
Inherits: |
Properties
- contingentValuesAllGroups : list<ContingentValue>
- contingentValuesByFieldGroup : jsobject
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
contingentValuesAllGroups : list<ContingentValue> |
A list of contingent values that satisfy all field groups the array participates in (read-only).
If the field only participates in a single field group, this list will be empty.
A dictionary of field group names and associated lists of possible contingent values for that field group (read-only).
The returned object is a mapping of strings (keys) to list<ContingentValue>
(values).