Object passed as parameter in the row getRowHeight callback prop.

interface GridRowHeightParams {
    densityFactor: number;
    id: GridRowId;
    model: GridValidRowModel;
}

Hierarchy (view full)

Properties

densityFactor: number

The grid current density factor.

The row id.

The row model.