Vue CardView - CardUpdatingEvent

The argument type in the cardUpdating event.

import { DxCardViewTypes } from "devextreme-vue/card-view"
Type: DxCardViewTypes.CardUpdatingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: DxComponent
Type: CardView

element

The UI component's container.

key

The card's key.

Type: any

newData

The card's updated data.

Type:

Object

oldData

The card's old data.

Type: any