Angular CardView - CardRemovingEvent

The argument type in the cardRemoving event.

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

cancel

Specifies whether the event is cancelable.

Type:

Boolean

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