type LiveInfiniteQueryConfig<TRow> = InfiniteQueryOptions & object;Defined in: useLiveInfiniteQuery.ts:39
optional getNextPageParam: (lastPage, allPages, lastPageParam, allPageParams) => number | undefined;TRow[]
TRow[][]
number
number[]
number | undefined
Pagination uses the shared controller's peek-ahead strategy. This remains for compatibility with TanStack Query conventions.
TRow