Angular Chat - TypingStartEvent

The type of the typingStart event handler's argument.

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

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

user

The user who started typing.

Type:

User