React TreeList - RowValidatingEvent

The type of the rowValidating event handler's argument.

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

brokenRules

Selector: BrokenRule

component

The UI component's instance.

Selector: Component
Type:

TreeList

element

The UI component's container.

errorText

Type:

String

isValid

Type:

Boolean

key

Type: any

newData

Selector: NewData
Type:

Object

oldData

Type: any

promise

Type:

Promise<void> (jQuery or native)