New to Kendo UI for Vue? Start a free 30-day trial

TreeListSelectionChangeEvent

Represents the object of the onSelectionChange TreeList event.

NameTypeDefaultDescription

altKey

boolean

Is alt key modifier pressed.

cell

boolean

Indicates if cell selection mode is enabled.

component?

any

componentId

string

The component unique identifier.

ctrlKey

boolean

Is ctrl key modifier pressed.

dataItem

any

The data item which was selected or deselected when the checkbox selection column is used. It will be null when the row or cell selection is used.

dataItems

any[]

The current component leaf data items.

endColIndex

number

Selection end column index.

endRowIndex

number

Selection end row index.

event

any

isDrag

boolean

Indicates if current event is created from drag.

level

number[]

An array of indexes of each parent and current item in the data tree.

metaKey

boolean

Is meta key modifier pressed.

mode

"multiple" | "single"

Selection mode.

selectedField

string

The selectedField prop of the component.

shiftKey

boolean

Is shift key modifier pressed.

startColIndex

number

Selection start column index.

startRowIndex

number

Selection start row index.

еvent

any

A native DOM event.