React TreeList - CellClickEvent

The type of the cellClick event handler's argument.

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

Object

cellElement

column

Selector: Column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: Component
Type:

TreeList

data

Type:

Object

displayValue

Type: any

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

key

Type: any

row

Selector: Row
Type:

TreeList Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any