React CardView - CardHoverChangedEvent

The argument type in the cardHoverChanged event.

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

card

Selector: Card
Type:

CardInfo

cardElement

component

The UI component's instance.

Selector: Component
Type: CardView

element

The UI component's container.

eventType

Indicates whether the pointer entered or left the card. Can be either "mouseover" or "mouseout".

Type:

String