React Chat - MessageEditingStartEvent

The argument type in the messageEditingStart event.

import { ChatTypes } from "devextreme-react/chat"
Type: ChatTypes.MessageEditingStartEvent

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)


shortDescription

Allows you to cancel message editing.

component

The UI component's instance.

Selector: Component
Type: Chat

element

The UI component's container.

message

The message which editing started.

Type:

Message