React CardView - EditCancelingEvent

The argument type in the editCanceling event.

import { CardViewTypes } from "devextreme-react/card-view"
Type: CardViewTypes.EditCancelingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Card changes to be discarded.

Type:

Array<DataChange>

component

The UI component's instance.

Selector: Component
Type: CardView

element

The UI component's container.