Vue TreeList - EditCancelingEvent

The type of the editCanceling event handler's argument.

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

cancel

Specifies whether the event is cancelable.

Type:

Boolean

changes

Selector: DxChange
Type:

Array<DataChange>

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

element

The UI component's container.