React Chat - MessageEnteredEvent

The type of the messageEntered event handler's argument.

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