Vue TreeList - RowUpdatingEvent

The type of the rowUpdating event handler's argument.

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

Object

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

element

The UI component's container.

key

Type: any

newData

Selector: DxNewData
Type:

Object

oldData

Selector: DxOldData
Type:

Object