JavaScript/jQuery CardView - CardRemovedEvent

The argument type in the cardRemoved event.

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

Object

component

The UI component's instance.

Type: CardView

data

The data of the card.

Type: any

element

The UI component's container.

key

The card's key.

Type: any