JavaScript/jQuery TreeList - ColumnButtonClickEvent

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

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

Object

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