↓ 741 callersMethodsetCell(
tableId: TableId,
rowId: Id,
cellId: CellId,
cell:
Cell<Schemas[0], TableId, CellId> |
src/@types/store/with-schemas/index.d.ts:1093
↓ 422 callersMethodsetRow(
tableId: TableId,
rowId: Id,
row: Row<Schemas[0], TableId, true>,
)
src/@types/store/with-schemas/index.d.ts:1072
↓ 95 callersMethodaddRow(
tableId: TableId,
row: Row<Schemas[0], TableId, true>,
reuseRowIds?: boolean,
)
src/@types/store/with-schemas/index.d.ts:1079
↓ 77 callersMethodsetPartialRow(
tableId: TableId,
rowId: Id,
partialRow: Row<Schemas[0], TableId, true>,
)
src/@types/store/with-schemas/index.d.ts:1086