PopupExpressionEvaluation

The result of an attempt to evaluate a popup expression. The popup expression can come from the PopupDefinition.expressions or from the ExpressionPopupElement.popupExpression.

Since

200.1.0

Properties

Link copied to clipboard

An error information about the evaluation of PopupExpressionEvaluation.popupExpression.

Link copied to clipboard

One of the Arcade expressions defined on popup at PopupDefinition.expressions or at ExpressionPopupElement.popupExpression.

Link copied to clipboard
val result: Any?

The result of an evaluation of PopupExpressionEvaluation.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[https://developers.arcgis.com/arcade/profiles/popup-element/] for more details.