JavaScript/jQuery CardView - EditCanceledEvent

The argument type in the editCanceled event.

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

Object

changes

Discarded card changes.

Type:

Array<DataChange>

component

The UI component's instance.

Type: CardView

element

The UI component's container.