AttachmentInProgress

public struct AttachmentInProgress
extension AttachmentInProgress: View
extension AttachmentInProgress: _ViewEmptyChecking

AttachmentInProgress is the UI component to be used by AttachmentGroup along with AttachmentButtonImage to support rendering in-progress uploading state.

Usage

AttachmentInProgress(
    attachmentInProgressTitle: {
        Text(configuration.attachmentInfo.attachmentName)
    },
    attachmentInfo: configuration.$attachmentInfo,
    onPreview: configuration.onPreview,
    onDelete: configuration.onDelete
)