JavaScript/jQuery Chat - AttachmentDownloadClickEvent

The argument type in the attachmentDownloadClick event.

import { AttachmentDownloadClickEvent } from "devextreme/ui/chat"
Type:

Object

attachment

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

Type:

Attachment

component

The UI component's instance.

Type: Chat

element

The UI component's container.