React TreeList - RowUpdatingEvent

The type of the rowUpdating event handler's argument.

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

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Selector: Component
Type:

TreeList

element

The UI component's container.

key

Type: any

newData

Selector: NewData
Type:

Object

oldData

Selector: OldData
Type:

Object