Vue Chat - AttachmentDownloadClickEvent

The argument type in the attachmentDownloadClick event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.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: DxComponent
Type: Chat

element

The UI component's container.