React CardView - CardClickEvent

The argument type in the cardClick event.

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

card

Selector: Card
Type:

CardInfo

cardElement

component

The UI component's instance.

Selector: Component
Type: CardView

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event