jQuery TreeList - RowValidatingEvent

The type of the rowValidating event handler's argument.

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

Object

brokenRules

Type:

Array<ValidationRule>

component

The UI component's instance.

Type:

TreeList

element

The UI component's container.

errorText

Type:

String

isValid

Type:

Boolean

key

Type: any

newData

Type:

Object

oldData

Type: any

promise

Type:

Promise<void> (jQuery or native)