SuspenseInfiniteQueryFactoryConfig
SuspenseInfiniteQueryFactoryConfig<
Service,Method,Transform,TPageParam,Selected> =Omit<SuspenseInfiniteQueryConfig<Service,Method,Transform,TPageParam,Selected>,"getArgs">
Defined in: react/src/createSuspenseInfiniteQuery.ts:159
Configuration for createActorSuspenseInfiniteQueryFactory (without getArgs; provided at call time).
Type Parameters
Section titled “Type Parameters”Service
Section titled “Service”Service = BaseActor
Method
Section titled “Method”Method extends FunctionName<Service> = FunctionName<Service>
Transform
Section titled “Transform”Transform extends TransformKey = "candid"
TPageParam
Section titled “TPageParam”TPageParam = unknown
Selected
Section titled “Selected”Selected = InfiniteData<SuspenseInfiniteQueryPageData<Service, Method, Transform>, TPageParam>