Defined in: useLiveInfiniteQuery.ts:56
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:61
data: ComputedRef<InferResultType<TContext>>;Defined in: useLiveInfiniteQuery.ts:60
error: ComputedRef<unknown>;Defined in: useLiveInfiniteQuery.ts:75
fetchNextPage: () => Promise<void>;Defined in: useLiveInfiniteQuery.ts:72
Promise<void>
hasNextPage: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:73
isCleanedUp: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:69
isError: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:68
isFetchingNextPage: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:74
isIdle: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:67
isLoading: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:65
isReady: ComputedRef<boolean>;Defined in: useLiveInfiniteQuery.ts:66
pageParams: ComputedRef<number[]>;Defined in: useLiveInfiniteQuery.ts:71
pages: ComputedRef<InferResultType<TContext>[number][][]>;Defined in: useLiveInfiniteQuery.ts:70
state: ComputedRef<Map<string | number, { [K in string | number | symbol]: ResultValue<TContext>[K] }>>;Defined in: useLiveInfiniteQuery.ts:59
status: ComputedRef<CollectionStatus>;Defined in: useLiveInfiniteQuery.ts:64