JavaScript/jQuery Chat - MessageDeletedEvent

The argument type in the messageDeleted event.

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

Object

component

The UI component's instance.

Type: Chat

element

The UI component's container.

message

The message that was deleted.

Type:

Message