Vue Chat - TypingStartEvent

The type of the typingStart event handler's argument.

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

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

user

The user who started typing.

Type:

User