Angular CardView - CardUpdatedEvent

The argument type in the cardUpdated event.

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

component

The UI component's instance.

Selector: dxo-component
Type: CardView

data

The updated data of the card.

Type: any

element

The UI component's container.

key

The card's key.

Type: any