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

Function useSetCellCallback

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid/index.js:569–577  ·  view source on GitHub ↗
(tableId, rowId, cellId, getCell, storeOrStoreId, then)

Source from the content-addressed store, hash-verified

567 rowId
568);
569var useSetCellCallback = (tableId, rowId, cellId, getCell, storeOrStoreId, then) => useStoreSetCallback(
570 storeOrStoreId,
571 CELL,
572 getCell,
573 then,
574 tableId,
575 rowId,
576 cellId
577);
578var useSetValuesCallback = (getValues, storeOrStoreId, then) => useStoreSetCallback(storeOrStoreId, VALUES, getValues, then);
579var useSetPartialValuesCallback = (getPartialValues, storeOrStoreId, then) => useStoreSetCallback(storeOrStoreId, PARTIAL + VALUES, getPartialValues, then);
580var useSetValueCallback = (valueId, getValue2, storeOrStoreId, then) => useStoreSetCallback(storeOrStoreId, VALUE, getValue2, then, valueId);

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…