Vue TreeList - EditingStartEvent

The type of the editingStart event handler's argument.

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

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

column

Type:

Object

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

data

Type:

Object

element

The UI component's container.

key

Type: any