jQuery TreeList - InitNewRowEvent

The type of the initNewRow event handler's argument.

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

Object

component

The UI component's instance.

Type:

TreeList

data

Type:

Object

element

The UI component's container.

promise

Type:

Promise<void> (jQuery or native)