ExpressionPopupElement QML Type
Represents a pop-up element of type expression that defines a pop-up element with an Arcade expression. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: |
- List of all members, including inherited members
- ExpressionPopupElement is part of QML Type List.
Properties
- popupExpression : PopupExpression
Signals
Detailed Description
See also Enums.PopupElementType.
Property Documentation
popupExpression : PopupExpression |
The Arcade expression that defines the pop-up element.
Signal Documentation
popupExpressionChanged() |
Emitted when the popupExpression property changes.
Note: The corresponding handler is onPopupExpressionChanged
.