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.