JavaScript/jQuery Chat - MessageEditingStartEvent

The argument type in the messageEditingStart event.

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

Object

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)


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