Angular CardView - EditCancelingEvent

The argument type in the editCanceling event.

import { DxCardViewTypes } from "devextreme-angular/ui/card-view"
Type: DxCardViewTypes.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: dxo-component
Type: CardView

element

The UI component's container.