synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
7 lines • 387 B
TypeScript
import { GridModel } from '@/components/DataGrid/DataGridTypes';
/**
* Determines if the validation results for a given row are up to date by comparing the CRDT timestamps of the row validation
* information and the row's data.
*/
export declare function isValidationUpToDateForRow(model: GridModel, rowIndex: number): boolean;
//# sourceMappingURL=isValidationUpToDateForRow.d.ts.map