JavaScript/jQuery CardView - SelectionChangedEvent

The argument type in the selectionChanged event.

import { SelectionChangedEvent } from "devextreme/ui/card_view"
Type:

Object

component

The UI component's instance.

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>