MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useSetCellCallback

Function useSetCellCallback

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:641–651  ·  view source on GitHub ↗
(tableId, rowId, cellId, getCell, getCellDeps, storeOrStoreId, then, thenDeps)

Source from the content-addressed store, hash-verified

639 rowId
640);
641var useSetCellCallback = (tableId, rowId, cellId, getCell, getCellDeps, storeOrStoreId, then, thenDeps) => useStoreSetCallback(
642 storeOrStoreId,
643 CELL,
644 getCell,
645 getCellDeps,
646 then,
647 thenDeps,
648 tableId,
649 rowId,
650 cellId
651);
652var useSetValuesCallback = (getValues, getValuesDeps, storeOrStoreId, then, thenDeps) => useStoreSetCallback(
653 storeOrStoreId,
654 VALUES,

Callers 1

useCellStateFunction · 0.70

Calls 1

useStoreSetCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…