MCPcopy Index your code
hub / github.com/tinyplex/tinybase / RowActions

Function RowActions

src/ui-solid-inspector/index.tsx:479–489  ·  view source on GitHub ↗
(props: RowProps)

Source from the content-addressed store, hash-verified

477 });
478
479const RowActions = (props: RowProps) =>
480 ConfirmableActions({
481 actions: [
482 ['add', 'Add cell', AddCell],
483 ['clone', 'Clone row', CloneRow],
484 ['delete', 'Delete row', DeleteRow],
485 ],
486 store: props.store,
487 tableId: props.tableId,
488 rowId: props.rowId,
489 });
490
491const CellDelete = (props: OnDoneProp & CellProps) =>
492 Delete({

Callers

nothing calls this directly

Calls 1

ConfirmableActionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…