ExpressionPopupElement

Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression.

Since

200.1.0

See also

PopupElementType

Constructors

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

Creates a new expression pop-up element with the given expression. Refer to Popup Element[https://developers.arcgis.com/arcade/profiles/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

A value indicating whether the popup element is contained in the Popup.evaluatedElements.

Inherited functions

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

Convert an object to JSON string.