Defines an Arcade expression within a Popup. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.3 |
Inherits: |
Properties
- expression : string
- name : string
- returnType : Enums.PopupExpressionReturnType
- title : string
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
The Arcade expression defined in this expression.
Please see the Arcade documentation for details on how to set an Arcade expression.
The return type of this expression.
See also Enums.PopupExpressionReturnType.
Signal Documentation
Emitted when the expression property changes.
Note: The corresponding handler is onExpressionChanged
.
Emitted when the name property changes.
Note: The corresponding handler is onNameChanged
.
Emitted when the returnType property changes.
Note: The corresponding handler is onReturnTypeChanged
.
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.