JavaScript/jQuery CardView - EditCancelingEvent

The argument type in the editCanceling event.

import { EditCancelingEvent } from "devextreme/ui/card_view"
Type:

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Card changes to be discarded.

Type:

Array<DataChange>

component

The UI component's instance.

Type: CardView

element

The UI component's container.