Defined in: packages/db/src/types.ts:573
Options for subscribing to collection changes
• T extends object = Record<string, unknown>
optional includeInitialState: boolean;
optional includeInitialState: boolean;
Defined in: packages/db/src/types.ts:577
Whether to include the current state as initial changes
optional where: (row) => any;
optional where: (row) => any;
Defined in: packages/db/src/types.ts:579
Filter changes using a where expression
SingleRowRefProxy<T>
any
optional whereExpression: BasicExpression<boolean>;
optional whereExpression: BasicExpression<boolean>;
Defined in: packages/db/src/types.ts:581
Pre-compiled expression for filtering changes
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.