React Chat - MessageEnteredEvent

The argument type in the messageEntered event.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.MessageEnteredEvent

component

The UI component's instance.

Selector: Component
Type: Chat

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

message

The message that was entered into the chat.

Type:

Message