Vue CardView - CardHoverChangedEvent

The argument type in the cardHoverChanged event.

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

card

Selector: DxCard
Type:

CardInfo

cardElement

Selector: card-element

component

The UI component's instance.

Selector: DxComponent
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