CurrentStateAsChangesOptions

Interface: CurrentStateAsChangesOptions

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

Options for getting current state as changes

Properties

limit?

ts
optional limit: number;
optional limit: number;

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


optimizedOnly?

ts
optional optimizedOnly: boolean;
optional optimizedOnly: boolean;

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


orderBy?

ts
optional orderBy: OrderBy;
optional orderBy: OrderBy;

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


where?

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

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

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.

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.