JavaScript/jQuery CardView - CardInsertingEvent

The argument type in the cardInserting event.

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

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Type: CardView

data

The data of the card.

Type:

Object

element

The UI component's container.