PopupExpressionEvaluation class final
The result of an attempt to evaluate a popup expression.
The popup expression can come from the PopupDefinition.expressions or from the ExpressionPopupElement.popupExpression.
- Implemented types
Properties
- error → ArcGISException?
-
An error information about the evaluation of
PopupExpressionEvaluation.popupExpression.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- popupExpression → PopupExpression
-
One of the Arcade expressions defined on popup at
PopupDefinition.expressions or at
ExpressionPopupElement.popupExpression.
no setter
- result → dynamic
-
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.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited