React CardView - CardRemovedEvent

The argument type in the cardRemoved event.

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

component

The UI component's instance.

Selector: Component
Type: CardView

data

The data of the card.

Type: any

element

The UI component's container.

key

The card's key.

Type: any