ContingentValuesResult QML Type

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:

Object

Properties

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.


contingentValuesByFieldGroup : jsobject

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).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close