The grid rows total height and row positions.

interface GridRowsMeta {
    positions: number[];
    totalHeight: number;
}

Properties

positions: number[]

The grid rows positions.

totalHeight: number

The sum of all grid rows.