AttachmentUploadProgressIndicator

AttachmentUploadProgressIndicator docs the indicator components used by upload previews.

These are the default inline indicators shown for in-progress, retryable, and not-supported attachment upload states.

Components

FileUploadInProgressIndicator

Shown while a file/audio upload is actively in progress.

ImageUploadInProgressIndicator

Shown while an image/video upload is actively in progress.

Props

FileUploadRetryIndicator

PropDescriptionType
onPressCallback fired when the retry indicator is pressed.() => void

FileUploadNotSupportedIndicator

PropDescriptionType
localMetadataUpload metadata for the unsupported file attachment.LocalAttachmentUploadMetadata

ImageUploadRetryIndicator

PropDescriptionType
onRetryHandlerCallback fired when the retry indicator is pressed.() => void

ImageUploadNotSupportedIndicator

PropDescriptionType
localMetadataUpload metadata for the unsupported image attachment.LocalAttachmentUploadMetadata