Angular TreeList - RowClickEvent

The type of the rowClick event handler's argument.

import { DxTreeListTypes } from "devextreme-angular/ui/tree-list"
Type: DxTreeListTypes.RowClickEvent

columns

Type:

Array<Object>

component

The UI component's instance.

Selector: dxo-component
Type:

TreeList

data

Type:

Object

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event

handled

Type:

Boolean

isExpanded

Type:

Boolean

isNewRow

Type:

Boolean

isSelected

Type:

Boolean

key

Type: any

level

Type:

Number

node

rowElement

rowIndex

Type:

Number

rowType

Type:

String

values

Type:

Array<any>