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

Function useDelRowCallback

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

Source from the content-addressed store, hash-verified

581var useDelTablesCallback = (storeOrStoreId, then) => useDel(storeOrStoreId, TABLES, then);
582var useDelTableCallback = (tableId, storeOrStoreId, then) => useDel(storeOrStoreId, TABLE, then, tableId);
583var useDelRowCallback = (tableId, rowId, storeOrStoreId, then) => useDel(storeOrStoreId, ROW, then, tableId, rowId);
584var useDelCellCallback = (tableId, rowId, cellId, forceDel, storeOrStoreId, then) => useDel(storeOrStoreId, CELL, then, tableId, rowId, cellId, forceDel);
585var useDelValuesCallback = (storeOrStoreId, then) => useDel(storeOrStoreId, VALUES, then);
586var useDelValueCallback = (valueId, storeOrStoreId, then) => useDel(storeOrStoreId, VALUE, then, valueId);

Callers

nothing calls this directly

Calls 1

useDelFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…