Angular Chat - MessageUpdatedEvent

The argument type in the messageUpdated event.

import { DxChatTypes } from "devextreme-angular/ui/chat"
Type: DxChatTypes.MessageUpdatedEvent

component

The UI component's instance.

Selector: dxo-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