JavaScript/jQuery Chat - TypingStartEvent

The type of the typingStart event handler's argument.

import { TypingStartEvent } from "devextreme/ui/chat"
Type:

Object

component

The UI component's instance.

Type: Chat

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

user

The user who started typing.

Type:

User