CurrentStateAsChangesOptions

Interface: CurrentStateAsChangesOptions

Defined in: packages/db/src/types.ts:741

Options for getting current state as changes

Properties

limit?

ts
optional limit: number;
optional limit: number;

Defined in: packages/db/src/types.ts:745


optimizedOnly?

ts
optional optimizedOnly: boolean;
optional optimizedOnly: boolean;

Defined in: packages/db/src/types.ts:746


orderBy?

ts
optional orderBy: OrderBy;
optional orderBy: OrderBy;

Defined in: packages/db/src/types.ts:744


where?

ts
optional where: BasicExpression<boolean>;
optional where: BasicExpression<boolean>;

Defined in: packages/db/src/types.ts:743

Pre-compiled expression for filtering the current state

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.