React CardView - CardInsertingEvent

The argument type in the cardInserting event.

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

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type: CardView

data

The data of the card.

Type:

Object

element

The UI component's container.