fetchAttachments

suspend fun fetchAttachments(): Result<Unit>

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.

Return

A Result that has no return value.

Since

200.1.0