React TreeList - ColumnButtonClickEvent

The argument type in columns[].buttons[].onClick.

import { TreeListTypes } from "devextreme-react/tree-list"
Type: TreeListTypes.ColumnButtonClickEvent

column

The properties of the button's column.

component

The UI component's instance.

Type:

TreeList

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

row

The properties of the button's row.

Type:

TreeList Row