Vue Chat - MessageEditingStartEvent

The argument type in the messageEditingStart event.

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

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)


shortDescription

Allows you to cancel message editing.

component

The UI component's instance.

Selector: DxComponent
Type: Chat

element

The UI component's container.

message

The message which editing started.

Type:

Message