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
Popup Element Type
Constructors
Link copied to clipboard
fun AttachmentsPopupElement(displayType: PopupAttachmentsDisplayType = PopupAttachmentsDisplayType.Auto)
Creates a new attachments pop-up element with the given PopupAttachmentsDisplayType.
Properties
Link copied to clipboard
Returns all the current attachments. Will be empty if attachments haven't yet been fetched or if PopupElement.isEvaluated is false.
Link copied to clipboard
Inherited properties
Link copied to clipboard
A value indicating whether the popup element is contained in the Popup.evaluatedElements.
Functions
Link copied to clipboard
Fetches the Attachments from the Feature, creates PopupAttachments from them, and populates AttachmentsPopupElement.attachments. If PopupElement.isEvaluated is false, this method will have no effect.