React Gallery - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { GalleryTypes } from "devextreme-react/gallery"
Type: GalleryTypes.SelectionChangedEvent

addedItems

Type:

Array<any>

component

The UI component's instance.

Selector: Component
Type:

Gallery

element

The UI component's container.

removedItems

Type:

Array<any>