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

ImageMessage

Configures image message.

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

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

MessageDeletedEvent

The argument type in the messageDeleted event.

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

MessageDeletingEvent

The argument type in the messageDeleting event.

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

MessageEditCanceledEvent

The argument type in the messageEditCanceled event.

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

MessageEditingStartEvent

The argument type in the messageEditingStart event.

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

MessageEnteredEvent

The argument type in the messageEntered event.

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

MessageUpdatedEvent

The argument type in the messageUpdated event.

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

MessageUpdatingEvent

The argument type in the messageUpdating event.

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

OptionChangedEvent

The argument type in the optionChanged event.

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

TextMessage

Configures a text message.

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

TypingEndEvent

The argument type in the typingEnd event.

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

TypingStartEvent

The argument type in the typingStart.

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