PopupExpressionEvaluation QML Type

The result from evaluating a Popup Arcade expression. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.8
Inherits:

Object

Properties

Detailed Description

Property Documentation

error : Error

Returns an error information for the evaluation of PopupExpressionEvaluation::popupExpression (read-only).


popupExpression : PopupExpression

Returns one of the Arcade expressions defined in the Popup at PopupDefinition::expressions or ExpressionPopupElement::popupExpression.

The type of result object is a String, a Number, or a Dictionary based on the PopupExpression::returnType. Dictionary return type is only supported for popup expressions coming from an ExpressionPopupElement. In this case, the dictionary must follow the Web Map Specification for a popupElement. Refer to Popup Element for more details.


result : var

The result of an evaluation of popupExpression. The type of result object is a String, a Number, or a Dictionary based on the PopupExpression::returnType (read-only).

Dictionary return type is only supported for popup expressions coming from a ExpressionPopupElement. In this case, the dictionary must follow the Web Map Specification for a popupElement. Refer to Popup Element for more details.


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