Vue TreeList - EditingStartEvent

The type of the editingStart event handler's argument.

import { DxTreeListTypes } from "devextreme-vue/tree-list"
Type: DxTreeListTypes.EditingStartEvent

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