React DataGrid - InitNewRowEvent

The type of the initNewRow event handler's argument.

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

Object

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

promise

Type:

Promise<void> (jQuery or native)