| id | SubscribeChangesOptions |
|---|---|
| title | SubscribeChangesOptions |
Defined in: packages/db/src/types.ts:662
Options for subscribing to collection changes
optional includeInitialState: boolean;Defined in: packages/db/src/types.ts:664
Whether to include the current state as initial changes
optional whereExpression: BasicExpression<boolean>;Defined in: packages/db/src/types.ts:666
Pre-compiled expression for filtering changes