The media that is displayed in a Popup for a GeoElement. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- caption : string
- popupMediaType : Enums.PopupMediaType
- title : string
- value : PopupMediaValue
Signals
Detailed Description
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
PopupMediaValue | value |
Property Documentation
The media's type.
See also Enums.PopupMediaType.
[default] value : PopupMediaValue |
The optional media info value.
Only applicable for chart or image media types.
Signal Documentation
Emitted when the caption property changes.
Note: The corresponding handler is onCaptionChanged
.
Emitted when the popupMediaType property changes.
Note: The corresponding handler is onPopupMediaTypeChanged
.
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.
Emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.