TanStack

CreateLiveQueryWindowControllerOptions

Interface: CreateLiveQueryWindowControllerOptions

Defined in: packages/db/src/live-query-window-controller.ts:501

Internal

This contract is unstable while RFC #1623 is being implemented.

Properties

initialPageCount?

ts
optional initialPageCount: number;

Defined in: packages/db/src/live-query-window-controller.ts:507

Committed pages to preserve when a framework binding changes page shape.


initialPageParam?

ts
optional initialPageParam: number;

Defined in: packages/db/src/live-query-window-controller.ts:505

Value of the first page's pageParam (default 0).


pageSize?

ts
optional pageSize: number;

Defined in: packages/db/src/live-query-window-controller.ts:503

Rows per page (default 20). Invalid values use the default.