JavaScript/jQuery Chat - MessageUpdatedEvent

The argument type in the messageUpdated event.

import { MessageUpdatedEvent } 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 updated.

Type:

Message

text

The updated text from the input field.

Type:

String