JavaScript/jQuery Chat - MessageUpdatingEvent
The argument type in the messageUpdating event.
import { MessageUpdatingEvent } from "devextreme/ui/chat"
Type:
Used in:
cancel
Allows you to cancel message updating.
true
, a Promise resolved with true
, or a rejected Promise stops message update.
false
or a Promise resolved with false
or undefined
continues message update.
Feedback