Type Alias CellKey

type CellKey = {
    columnId: string;
    rowKey: RowKey;
}
Index
columnId: string

The id of the column.

rowKey: RowKey

A map of row keys.