Angular CardView - CardSavingEvent

The argument type in the cardSaving event.

import { DxCardViewTypes } from "devextreme-angular/ui/card-view"
Type: DxCardViewTypes.CardSavingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Pending row changes; a copy of the editing.changes array. Includes only card changes, unlike onCardSaved, which contains all card data (including changes).

Type:

Array<DataChange>

component

The UI component's instance.

Selector: dxo-component
Type: CardView

element

The UI component's container.

promise

Assign a Promise to this field to perform an asynchronous operation, such as a request to a server.

Type:

Promise<void> (jQuery or native)