Documentation / @super-line/core / CollectionQuery
Interface: CollectionQuery
Defined in: packages/core/src/query.ts:39
What a client subscribes to. An empty query = the whole (ACL-visible) collection. orderBy/limit shape the initial snapshot only — the live phase streams every filter-matching change, and the consumer owns its window.
Properties
filter?
optionalfilter?:Expr
Defined in: packages/core/src/query.ts:40
limit?
optionallimit?:number
Defined in: packages/core/src/query.ts:42
offset?
optionaloffset?:number
Defined in: packages/core/src/query.ts:43
orderBy?
optionalorderBy?:OrderBy[]
Defined in: packages/core/src/query.ts:41