MCPcopy
hub / github.com/tinyplex/tinybase / useStoreCellComponentProps

Function useStoreCellComponentProps

src/ui-react-dom/common/hooks.tsx:22–26  ·  view source on GitHub ↗
(
  store: StoreOrStoreId | undefined,
  tableId: Id,
)

Source from the content-addressed store, hash-verified

20} from './index.tsx';
21
22export const useStoreCellComponentProps = (
23 store: StoreOrStoreId | undefined,
24 tableId: Id,
25): {store: StoreOrStoreId | undefined; tableId: Id} =>
26 useMemo(() => ({store, tableId}), [store, tableId]);
27
28export const useQueriesCellComponentProps = (
29 queries: QueriesOrQueriesId | undefined,

Callers 3

TableInHtmlTableFunction · 0.90
SortedTableInHtmlTableFunction · 0.90
SliceInHtmlTableFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…