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

Properties

Properties

columnId: string

The id of the column.

rowKey: RowKey

A map of row keys.