React CardView - SelectionChangedEvent

The argument type in the selectionChanged event.

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

component

The UI component's instance.

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