FieldsPopupElement QML Type
Represents a pop-up element of type fields that is displayed in a pop-up for a geoelement. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: |
- List of all members, including inherited members
- FieldsPopupElement is part of QML Type List.
Properties
- description : string
- fields : PopupFieldListModel
- title : string
Signals
Detailed Description
See also Enums.PopupElementType.
Property Documentation
description : string |
A string value describing the element in detail. Can be an empty string.
[read-only] fields : PopupFieldListModel |
A PopupFieldListModel of PopupField objects defining how each field participates in the pop-up window.
title : string |
A string value indicating what the element represents. Can be an empty string.
Signal Documentation
descriptionChanged() |
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
fieldsChanged() |
Emitted when the fields property changes.
Note: The corresponding handler is onFieldsChanged
.
titleChanged() |
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.