Vue TreeList - SelectionChangedEvent

The type of the selectionChanged event handler's argument.

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

Object

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

currentDeselectedRowKeys

Selector: current-deselected-row-keys
Type:

Array<any>

currentSelectedRowKeys

Selector: current-selected-row-keys
Type:

Array<any>

element

The UI component's container.

selectedRowKeys

Selector: selected-row-keys
Type:

Array<any>

selectedRowsData

Selector: DxSelectedRowsData
Type:

Array<Object>