Skip to main content
Deno 2 is finally here 🎉️
Learn more
interface Query
import { type Query } from "https://deno.land/x/stone_soup@v8.0.0/src/query/query-types.ts";

Properties

optional
historyMode: HistoryMode
optional
orderBy:
| "path ASC"
| "path DESC"
| "localIndex ASC"
| "localIndex DESC"
optional
startAfter: { localIndex?: number; path?: string; }
optional
filter: QueryFilter
optional
limit: number