JavaScript/jQuery Chat - MessageEditingStartEvent

The argument type in the messageEditingStart event.

import { MessageEditingStartEvent } from "devextreme/ui/chat"
Type:

Object

cancel

Type:

Boolean

|

PromiseLike object (jQuery, native, etc)


shortDescription

Allows you to cancel message editing.

component

The UI component's instance.

Type: Chat

element

The UI component's container.

message

The message which editing started.

Type:

Message