We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bcd3f commit 143bb3cCopy full SHA for 143bb3c
1 file changed
packages/common/src/client/watched/processors/DifferentialQueryProcessor.ts
@@ -46,11 +46,11 @@ export interface WatchedQueryDifferential<RowType> {
46
*/
47
export interface DifferentialWatchedQueryComparator<RowType> {
48
/**
49
- * Unique identifier for the item.
+ * Generates a unique key for the item.
50
51
keyBy: (item: RowType) => string;
52
53
- * Generates a key for comparing items with matching identifiers.
+ * Generates a token for comparing items with matching keys.
54
55
compareBy: (item: RowType) => string;
56
}
0 commit comments