PopupExpression

Defines an Arcade expression within a pop-up. Arcade is an expression language that is supported across ArcGIS. It can be used to perform calculations, manipulate text, and evaluate logical statements. The expression can transform a list of attributes into engaging information for your audience. For example, to place a field value into a string of meaningful text you just need to use the Concatenate and Text functions. Explore Arcade's function reference for a full list of Arcade commands that offer a range of logical, geometry, math, and date functions.

Once you have constructed an Arcade expression, pass it to the PopupExpression.expression and specify a PopupExpression.returnType. Pass the pop-up expression to ExpressionPopupElement.ExpressionPopupElement to create an ExpressionPopupElement.

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates a popup expression. Use a pop-up expression object to define an Arcade expression within a pop-up.

Properties

Link copied to clipboard

The Arcade expression defined in this expression.

Link copied to clipboard

The name of this expression.

Link copied to clipboard

The return type of this expression.

Link copied to clipboard

The title of this expression.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int