React Chat - MessageUpdatedEvent

The argument type in the messageUpdated event.

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

component

The UI component's instance.

Selector: Component
Type: Chat

element

The UI component's container.

message

The message that was updated.

Type:

Message

text

The updated text from the input field.

Type:

String