React MultiView - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { MultiViewTypes } from "devextreme-react/multi-view"
Type: MultiViewTypes.SelectionChangedEvent

addedItems

Type:

Array<any>

component

The UI component's instance.

Selector: Component
Type:

MultiView

element

The UI component's container.

removedItems

Type:

Array<any>