Skip to content
IC Reactor

InfiniteQueryFactoryConfig

InfiniteQueryFactoryConfig<Service, Method, Transform, TPageParam, Selected> = Omit<InfiniteQueryConfig<Service, Method, Transform, TPageParam, Selected>, "getArgs">

Defined in: react/src/createInfiniteQuery.ts:163

Configuration for createActorInfiniteQueryFactory (without initialPageParam, getArgs determined at call time).

Service = BaseActor

Method extends FunctionName<Service> = FunctionName<Service>

Transform extends TransformKey = "candid"

TPageParam = unknown

Selected = InfiniteData<InfiniteQueryPageData<Service, Method, Transform>, TPageParam>