PopupExpression QML Type

Defines an Arcade expression within a Popup. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.3
Inherits:

Object

Properties

Signals

Detailed Description

Arcade is an expression language that can be used across the ArcGIS Platform. Whether writing simple scripts to control how features are rendered, or expressions to control label text, Arcade provides a simple scripting syntax to deliver these capabilities.

Property Documentation

expression : string

The Arcade expression defined in this expression.

Please see the Arcade documentation for details on how to set an Arcade expression.


name : string

The name of this expression.


returnType : Enums.PopupExpressionReturnType

The return type of this expression.

See also Enums.PopupExpressionReturnType.


title : string

The title of this expression.


Signal Documentation

expressionChanged()

Emitted when the expression property changes.

Note: The corresponding handler is onExpressionChanged.


nameChanged()

Emitted when the name property changes.

Note: The corresponding handler is onNameChanged.


returnTypeChanged()

Emitted when the returnType property changes.

Note: The corresponding handler is onReturnTypeChanged.


titleChanged()

Emitted when the title property changes.

Note: The corresponding handler is onTitleChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.