Remix
Remix
remix/data-table · TypeView Source

TableBeforeDelete

Summary

Hook invoked before a delete operation executes.

Signature

type TableBeforeDelete = (
  context: TableBeforeDeleteContext,
) => TableBeforeDeleteResult;