JavaScript/jQuery CardView - CardSavedEvent

The argument type in the cardSaved event.

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

Object

changes

All card data (including changes). Differs from onCardSaving, which only consists of pending changes.

Type:

Array<DataChange>

component

The UI component's instance.

Type: CardView

element

The UI component's container.