Vue CardView - CardInsertingEvent

The argument type in the cardInserting event.

import { DxCardViewTypes } from "devextreme-vue/card-view"
Type: DxCardViewTypes.CardInsertingEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: DxComponent
Type: CardView

data

The data of the card.

Type:

Object

element

The UI component's container.