React Chat Types

Alert

A configuration object for an alert.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.Alert

DisposingEvent

The type of the disposing event handler's argument.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.InitializedEvent

Message

A configuration object for a message.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.Message

MessageEnteredEvent

The type of the messageEntered event handler's argument.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.MessageEnteredEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.OptionChangedEvent

TypingEndEvent

The type of the typingEnd event handler's argument.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.TypingEndEvent

TypingStartEvent

The type of the typingStart event handler's argument.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.TypingStartEvent

User

A configuration object for a user.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.User