Search results

TypingEventArgs API in Angular Chat Ui API component

Properties

event

Event

Specifies the event object associated with the input event args. Represents the underlying event that triggered the action, providing details about the event.

isTyping

boolean

Specifies the whether the user is typing in the chat UI component. Returns true, when the user ends typing and false when the message is sent or user value is cleared.

message

string

Represents the content of the message sent by a user in the Chat UI component.

name

string

Specifies name of the event.

user

UserModel

Represents the current user in the Chat UI component. This property holds the user information, such as username and other relevant details.