JavaScript/jQuery Chat - MessageEnteredEvent

The argument type in the messageEntered event.

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

Object

component

The UI component's instance.

Type: Chat

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

message

The message that was entered into the chat.

Type:

Message