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

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

MessageEnteredEvent

The type of the messageEntered event handler's argument.

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

OptionChangedEvent

The type of the optionChanged event handler's argument.

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

TypingEndEvent

The type of the typingEnd event handler's argument.

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

TypingStartEvent

The type of the typingStart event handler's argument.

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