Angular Chat - MessageEnteredEvent

The type of the messageEntered event handler's argument.

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

component

The UI component's instance.

Selector: dxo-component
Type: Chat

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event

message

The message that was entered into the chat.

Type:

Message