TableAfterDelete

View Source

Summary

Hook invoked after a delete operation completes.

Signature

type TableAfterDelete = (context: TableAfterDeleteContext) => void;