Angular Chat - AttachmentDownloadClickEvent

The argument type in the attachmentDownloadClick event.

import { DxChatTypes } from "devextreme-angular/ui/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: dxo-component
Type: Chat

element

The UI component's container.