Vue Chat - MessageEnteredEvent

The argument type in the messageEntered event.

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

component

The UI component's instance.

Selector: DxComponent
Type: Chat

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

message

The message that was entered into the chat.

Type:

Message