interface GridRowEntry<R> {
    id: GridRowId;
    model: R;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

The row id.

model: R

The row model.