ExpressionPopupElement

A pop-up element that displays content defined by a custom Arcade expression. The Arcade language can perform mathematical calculations, format text, and evaluate logical statements to generate the content of the ExpressionPopupElement. The Arcade expression is provided by a PopupExpression. For more information about Arcade expressions, see ArcGIS Arcade.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(popupExpression: PopupExpression? = null)

Creates a new expression pop-up element with the given expression. Refer to Popup Element for more details.

Properties

Link copied to clipboard

The Arcade expression that defines the pop-up element.

Inherited properties

Link copied to clipboard

True if the pop-up element is contained in the Popup.evaluatedElements, false otherwise.

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.