Attachments Popup Element
Represents a pop-up element of type attachments that is displayed in a pop-up for a geoelement.
Since
200.1.0
See also
Constructors
Creates a new attachments pop-up element with the given PopupAttachmentsDisplayType.
Properties
Returns all the current attachments. Will be empty if attachments haven't yet been fetched or if PopupElement.isEvaluated is false.
A string value describing the element in detail. Can be an empty string.
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.
Inherited properties
A value indicating whether the popup element is contained in the Popup.evaluatedElements.
Functions
Fetches the Attachments from the Feature, creates PopupAttachments from them, and populates AttachmentsPopupElement.attachments. Attachments are not re-fetched if they have already been fetched. If PopupElement.isEvaluated is false, this method will have no effect.