Remix
Remix
remix/data-table · TypeView Source

TableValidationContext

Summary

Context passed to the validate hook.

Signature

type TableValidationContext<row> = {
  operation: TableValidationOperation;
  tableName: string;
  value: Partial<row>;
};