fetchAttachments

suspend fun fetchAttachments(): Result<Unit>

Fetches the attachments from the Feature and populates AttachmentsFormElement.attachments. Attachments are not re-fetched if they have already been fetched.

Return

A Result that has no return value.

Since

200.5.0