Represents a pop-up element of type fields that is displayed in a pop-up for a geoelement. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: |
Properties
- description : string
- fields : PopupFieldListModel
- title : string
Signals
Detailed Description
See also Enums.PopupElementType and PopupElement.
Property Documentation
fields : PopupFieldListModel |
A PopupFieldListModel of PopupField objects defining how each field participates in the pop-up window.
Signal Documentation
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
Emitted when the fields property changes.
Note: The corresponding handler is onFieldsChanged
.
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.