Angular CardView - CardClickEvent

The argument type in the cardClick event.

import { DxCardViewTypes } from "devextreme-angular/ui/card-view"
Type: DxCardViewTypes.CardClickEvent

card

Selector: dxo-card
Type:

CardInfo

cardElement

component

The UI component's instance.

Selector: dxo-component
Type: CardView

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event