Represents a pop-up element of type attachments 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
- displayType : Enums.PopupAttachmentsDisplayType
- title : string
Signals
Detailed Description
See also Enums.PopupElementType and PopupElement.
Property Documentation
Indicates how to display the attachments. If `list` is specified, attachments show as links. If `preview` is specified, attachments expand to the width of the pop-up. Setting the value to `auto` allows applications to choose the most suitable default experience for their application.
Signal Documentation
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
Emitted when the displayType property changes.
Note: The corresponding handler is onDisplayTypeChanged
.
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.