PopupExpressionEvaluation QML Type
The result from evaluating a Popup Arcade expression. More...
Import Statement: | import Esri.ArcGISRuntime 100.9 |
Since: | Esri.ArcGISRuntime 100.8 |
Inherits: |
Properties
- error : Error
- popupExpression : PopupExpression
- result : var
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 (read-only).
Returns the result of an evaluation of PopupExpressionEvaluation::popupExpression. The type of result object is going to be either a String or a Number based on the PopupExpression::returnType (read-only).