Vue TreeView - ItemSelectionChangedEvent

The type of the itemSelectionChanged event handler's argument.

import { ItemSelectionChangedEvent } from "devextreme/ui/tree_view"
Type:

Object

component

The UI component's instance.

Selector: DxComponent
Type:

TreeView

element

The UI component's container.

itemData

Selector: DxItemData
Type:

Object

itemElement

Selector: item-element

itemIndex

Selector: item-index
Type:

Number

model

Model data. Available only if you use Knockout.

Type: any

node

Selector: DxNode