TinyBase logoTinyBase β

CellViewProps

The CellViewProps type describes the props of the CellView component.

{
  tableId: Id;
  rowId: Id;
  cellId: Id;
  store?: StoreOrStoreId;
  debugIds?: boolean;
}
TypeDescription
tableIdId

The tableId prop of a CellViewProps object.

rowIdId

The rowId prop of a CellViewProps object.

cellIdId

The cellId prop of a CellViewProps object.

store?StoreOrStoreId

The store prop of a CellViewProps object.

debugIds?boolean

The debugIds prop of a CellViewProps object.

Since

v8.1.0