Vue TreeList - RowValidatingEvent

The type of the rowValidating event handler's argument.

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

brokenRules

Selector: DxBrokenRule

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

element

The UI component's container.

errorText

Selector: error-text
Type:

String

isValid

Selector: is-valid
Type:

Boolean

key

Type: any

newData

Selector: DxNewData
Type:

Object

oldData

Selector: old-data
Type: any

promise

Type:

Promise<void> (jQuery or native)