TableBeforeDelete
Summary
Hook invoked before a delete operation executes.
Signature
type TableBeforeDelete = (
context: TableBeforeDeleteContext,
) => TableBeforeDeleteResult;
Hook invoked before a delete operation executes.
type TableBeforeDelete = (
context: TableBeforeDeleteContext,
) => TableBeforeDeleteResult;