AttachmentsPopupElement QML Type

  • Esri.ArcGISRuntime
  • AttachmentsPopupElement
  • 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:

    PopupElement

    Properties

    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.


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