Remix
Remix
remix/data-table · TypeView Source

TableBeforeWrite

Summary

Hook invoked before a row write executes.

Signature

type TableBeforeWrite<row> = (
  context: TableBeforeWriteContext<row>,
) => TableBeforeWriteResult<row>;