Vue Gallery - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxGalleryTypes } from "devextreme-vue/gallery"
Type: DxGalleryTypes.SelectionChangedEvent

addedItems

Selector: added-items
Type:

Array<any>

component

The UI component's instance.

Selector: DxComponent
Type:

Gallery

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any

removedItems

Selector: removed-items
Type:

Array<any>