React Chat - AttachmentDownloadClickEvent

The argument type in the attachmentDownloadClick event.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.AttachmentDownloadClickEvent

attachment

Attachments that are selected for download (single attachment if fileUploaderOptions.multiple is set to false).

Type:

Attachment

component

The UI component's instance.

Selector: Component
Type: Chat

element

The UI component's container.