Defined in: useLiveInfiniteQuery.ts:47
TContext extends Context & NonSingleResult
collection: ComputedRef<Collection<{ [K in string | number | symbol]: ResultValue<TContext>[K] }, string | number, UtilsRecord, StandardSchemaV1<unknown, unknown>, { [K in string | number | symbol]: ResultValue<TContext>[K] }>>;Defined in: useLiveInfiniteQuery.ts:52
data: ComputedRef<InferResultType<TContext>>;Defined in: useLiveInfiniteQuery.ts:51
error: ComputedRef<unknown>;Defined in: useLiveInfiniteQuery.ts:66
fetchNextPage: () => Promise<void>;Defined in: useLiveInfiniteQuery.ts:63
Promise<void>
hasNextPage: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:64
isCleanedUp: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:60
isError: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:59
isFetchingNextPage: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:65
isIdle: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:58
isLoading: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:56
isReady: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:57
pageParams: ComputedRef<number[]>;Defined in: useLiveInfiniteQuery.ts:62
pages: ComputedRef<InferResultType<TContext>[number][][]>;Defined in: useLiveInfiniteQuery.ts:61
state: ComputedRef<Map<string | number, { [K in string | number | symbol]: ResultValue<TContext>[K] }>>;Defined in: useLiveInfiniteQuery.ts:50
status: ComputedRef<CollectionStatus>;Defined in: useLiveInfiniteQuery.ts:55