PopupMediaValue QML Type
Contents of an individual media element in a Popup. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- PopupMediaValue is part of QML Type List.
Properties
- fieldNames : list<string>
- linkUrl : url
- normalizeFieldName : string
- sourceUrl : url
- tooltipFieldName : string
Signals
- fieldNamesChanged()
- linkUrlChanged()
- normalizeFieldNameChanged()
- sourceUrlChanged()
- tooltipFieldNameChanged()
Detailed Description
Property Documentation
fieldNames : list<string> |
The GeoElement's fields (attributes) whose values should be displayed in the chart.
Only applicable if media is a chart.
linkUrl : url |
The URL that defines which web address the image links to.
Only applicable is media is an image.
normalizeFieldName : string |
The GeoElement's field (attribute) whose value should be used to normalize values of fields.
For example, if one field is Total Population, and another is Area, you may want to normalize Total Population by Area to see the population density.
Only applicable if media is a chart.
sourceUrl : url |
The image's source URL.
Only applicable if media is an image.
tooltipFieldName : string |
The GeoElement's field (attribute) whose value should be used to display a tooltip for sections of the chart.
Only applicable if media is a chart.
Signal Documentation
fieldNamesChanged() |
Emitted when the fieldNames property changes.
Note: The corresponding handler is onFieldNamesChanged
.
linkUrlChanged() |
Emitted when the linkUrl property changes.
Note: The corresponding handler is onLinkUrlChanged
.
normalizeFieldNameChanged() |
Emitted when the normalizeFieldName property changes.
Note: The corresponding handler is onNormalizeFieldNameChanged
.
sourceUrlChanged() |
Emitted when the sourceUrl property changes.
Note: The corresponding handler is onSourceUrlChanged
.
tooltipFieldNameChanged() |
Emitted when the tooltipFieldName property changes.
Note: The corresponding handler is onTooltipFieldNameChanged
.