JavaScript/jQuery Chat Types
DisposingEvent
The type of the disposing event handler's argument.
import { DisposingEvent } from "devextreme/ui/chat"
Type:
Used in:
ImageMessage
Configures image message.
import { ImageMessage } from "devextreme/ui/chat"
Type:
MessageBase |
InitializedEvent
The type of the initialized event handler's argument.
import { InitializedEvent } from "devextreme/ui/chat"
Type:
Used in:
MessageDeletedEvent
The argument type in the messageDeleted event.
import { MessageDeletedEvent } from "devextreme/ui/chat"
Type:
Used in:
MessageDeletingEvent
The argument type in the messageDeleting event.
import { MessageDeletingEvent } from "devextreme/ui/chat"
Type:
Used in:
MessageEditCanceledEvent
The argument type in the messageEditCanceled event.
import { MessageEditCanceledEvent } from "devextreme/ui/chat"
Type:
Used in:
MessageEditingStartEvent
The argument type in the messageEditingStart event.
import { MessageEditingStartEvent } from "devextreme/ui/chat"
Type:
Used in:
MessageEnteredEvent
The argument type in the messageEntered event.
import { MessageEnteredEvent } from "devextreme/ui/chat"
Type:
Used in:
MessageUpdatedEvent
The argument type in the messageUpdated event.
import { MessageUpdatedEvent } from "devextreme/ui/chat"
Type:
Used in:
MessageUpdatingEvent
The argument type in the messageUpdating event.
import { MessageUpdatingEvent } from "devextreme/ui/chat"
Type:
Used in:
OptionChangedEvent
The argument type in the optionChanged event.
import { OptionChangedEvent } from "devextreme/ui/chat"
Type:
Used in:
TextMessage
Configures a text message.
import { TextMessage } from "devextreme/ui/chat"
Type:
MessageBase |
TypingEndEvent
The argument type in the typingEnd event.
import { TypingEndEvent } from "devextreme/ui/chat"
Type:
Used in:
TypingStartEvent
The argument type in the typingStart.
import { TypingStartEvent } from "devextreme/ui/chat"
Type:
Used in:
Feedback