jQuery FileManager - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

Object

component

The UI component's instance.

Type:

FileManager

currentDeselectedItemKeys

Type:

Array<String>

currentSelectedItemKeys

Type:

Array<String>

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any

selectedItemKeys

Type:

Array<String>

selectedItems