JavaScript/jQuery CardView - CardInsertedEvent

The argument type in the cardInserted event.

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

Object

component

The UI component's instance.

Type: CardView

data

The data of the card.

Type:

Object

element

The UI component's container.