Vue Chat Types

Alert

A configuration object for an alert.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.Alert

DisposingEvent

The type of the disposing event handler's argument.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.DisposingEvent

ImageMessage

Configures image message.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.ImageMessage

InitializedEvent

The type of the initialized event handler's argument.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.InitializedEvent

Message

A configuration object for a message.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.Message

MessageDeletedEvent

The argument type in the messageDeleted event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.MessageDeletedEvent

MessageDeletingEvent

The argument type in the messageDeleting event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.MessageDeletingEvent

MessageEditCanceledEvent

The argument type in the messageEditCanceled event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.MessageEditCanceledEvent

MessageEditingStartEvent

The argument type in the messageEditingStart event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.MessageEditingStartEvent

MessageEnteredEvent

The argument type in the messageEntered event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.MessageEnteredEvent

MessageUpdatedEvent

The argument type in the messageUpdated event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.MessageUpdatedEvent

MessageUpdatingEvent

The argument type in the messageUpdating event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.MessageUpdatingEvent

OptionChangedEvent

The argument type in the optionChanged event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.OptionChangedEvent

TextMessage

Configures a text message.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.TextMessage

TypingEndEvent

The argument type in the typingEnd event.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.TypingEndEvent

TypingStartEvent

The argument type in the typingStart.

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

User

A configuration object for a user.

import { DxChatTypes } from "devextreme-vue/chat"
Type: DxChatTypes.User