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

Function useParams

src/ui-react-dom/common/hooks.tsx:43–52  ·  view source on GitHub ↗
(
  ...args: Params
)

Source from the content-addressed store, hash-verified

41};
42
43export const useParams = <
44 Params extends HtmlTableParams | RelationshipInHtmlRowParams,
45>(
46 ...args: Params
47): Params =>
48 useMemo(
49 () => args as any,
50 // eslint-disable-next-line react-hooks/exhaustive-deps
51 args,
52 );
53
54export const useCells = (
55 defaultCellIds: Ids,

Callers 6

TableInHtmlTableFunction · 0.90
RelationshipInHtmlTableFunction · 0.90
ResultTableInHtmlTableFunction · 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…