(core) recursiveMoveToCursorPos with new kinds of linking involving lists

Summary: Constructs a ClientQuery in a similar way to LinkingState to handle lists.

Test Plan: Extended SelectBySummary and SelectByRefList tests.

Reviewers: dsagal

Reviewed By: dsagal

Subscribers: paulfitz

Differential Revision: https://phab.getgrist.com/D3030
This commit is contained in:
Alex Hall
2021-09-20 22:35:14 +02:00
parent c4fb40e0bd
commit 1a8abdcd96
2 changed files with 26 additions and 23 deletions

View File

@@ -88,7 +88,7 @@ interface BaseQuery {
export interface ClientQuery extends BaseQuery {
operations?: {
[colId: string]: QueryOperation;
}
};
}
/**