TableBeforeDelete

View Source

Summary

Hook invoked before a delete operation executes.

Signature

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