type LiveQueryWindowCollection = Collection<any, any, any> & object;Defined in: packages/db/src/live-query-window-controller.ts:109
Internal
Shared adapter view of a collection with an ordered window.
utils: object;getWindow: () => LiveQueryWindow | undefined;LiveQueryWindow | undefined
setWindow: (options) => WindowResult;LiveQueryWindow
WindowResult