Angular TreeList - InitNewRowEvent

The type of the initNewRow event handler's argument.

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

component

The UI component's instance.

Selector: dxo-component
Type:

TreeList

data

Type:

Object

element

The UI component's container.

promise

Type:

Promise<void> (jQuery or native)