All docs
V24.2
24.2
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.

JavaScript/jQuery Chat Types

Alert

A configuration object for an alert.

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

Object

DisposingEvent

The type of the disposing event handler's argument.

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

Object

InitializedEvent

The type of the initialized event handler's argument.

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

Object

Message

A configuration object for a message.

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

Object

MessageEnteredEvent

The type of the messageEntered event handler's argument.

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

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

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

Object

TypingEndEvent

The type of the typingEnd event handler's argument.

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

Object

TypingStartEvent

The type of the typingStart event handler's argument.

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

Object

User

A configuration object for a user.

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

Object