Vue CardView - SelectionChangedEvent

The argument type in the selectionChanged event.

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

component

The UI component's instance.

Selector: DxComponent
Type: CardView

currentDeselectedCardKeys

The keys of the cards whose selection was cleared.

Type:

Array<any>

currentSelectedCardKeys

The keys of the cards that were selected.

Type:

Array<any>

element

The UI component's container.

selectedCardKeys

The keys of all selected cards.

Type:

Array<any>

selectedCardsData

The data of all selected cards.

Type:

Array<any>