AttachmentsPopupElement QML Type
Represents a pop-up element of type attachments 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
- AttachmentsPopupElement is part of QML Type List.
Properties
- description : string
- displayType : Enums.PopupAttachmentsDisplayType
- 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.
displayType : Enums.PopupAttachmentsDisplayType |
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.
title : string |
A string value describing the element in detail. Can be an empty string.
Signal Documentation
descriptionChanged() |
Emitted when the description property changes.
Note: The corresponding handler is onDescriptionChanged
.
displayTypeChanged() |
Emitted when the displayType property changes.
Note: The corresponding handler is onDisplayTypeChanged
.
titleChanged() |
Emitted when the title property changes.
Note: The corresponding handler is onTitleChanged
.