Angular TreeList - RowValidatingEvent

The type of the rowValidating event handler's argument.

import { DxTreeListTypes } from "devextreme-angular/ui/tree-list"
Type: DxTreeListTypes.RowValidatingEvent

brokenRules

Selector: dxi-broken-rule

component

The UI component's instance.

Selector: dxo-component
Type:

TreeList

element

The UI component's container.

errorText

Type:

String

isValid

Type:

Boolean

key

Type: any

newData

Selector: dxo-new-data
Type:

Object

oldData

Type: any

promise

Type:

Promise<void> (jQuery or native)