remix/data-table · TypeView Source
TableValidationContext
Summary
Context passed to the validate hook.
Signature
type TableValidationContext<row> = {
operation: TableValidationOperation;
tableName: string;
value: Partial<row>;
};
Context passed to the validate hook.
type TableValidationContext<row> = {
operation: TableValidationOperation;
tableName: string;
value: Partial<row>;
};