React TreeList - EditingStartEvent

The type of the editingStart event handler's argument.

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

cancel

Specifies whether the event is cancelable.

Type:

Boolean

column

Type:

Object

component

The UI component's instance.

Selector: Component
Type:

TreeList

data

Type:

Object

element

The UI component's container.

key

Type: any