Angular TreeList - RowInsertingEvent

The type of the rowInserting event handler's argument.

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

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Selector: dxo-component
Type:

TreeList

data

Type:

Object

element

The UI component's container.