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 100.15
Since: Esri.ArcGISRuntime 100.14
Inherits:

PopupElement

Properties

Signals

Detailed Description

See also Enums.PopupElementType and PopupElement.

Property Documentation

description : string

An optional string value describing the element in detail.


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

An optional string value indicating what the element represents.


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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.