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

Function useCellState

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

Source from the content-addressed store, hash-verified

568 [tableId, rowId, cellId]
569);
570var useCellState = (tableId, rowId, cellId, storeOrStoreId) => [
571 useCell2(tableId, rowId, cellId, storeOrStoreId),
572 useSetCellCallback(tableId, rowId, cellId, getArg, storeOrStoreId)
573];
574var useValueIds = (storeOrStoreId) => useListenable2(
575 VALUE_IDS2,
576 useStoreOrStoreById2(storeOrStoreId),

Callers 1

EditableCellViewFunction · 0.70

Calls 2

useCell2Function · 0.70
useSetCellCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…