React CardView - SavedEvent

The argument type in the saved event.

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

changes

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

Type:

Array<DataChange>

component

The UI component's instance.

Selector: Component
Type: CardView

element

The UI component's container.