React List - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { ListTypes } from "devextreme-react/list"
Type: ListTypes.SelectionChangedEvent

addedItems

Type:

Array<any>

component

The UI component's instance.

Selector: Component
Type:

List

element

The UI component's container.

removedItems

Type:

Array<any>