UseReactorSuspenseInfiniteQueryResult
UseReactorSuspenseInfiniteQueryResult<
Service,Method,Transform,TPageParam,Selected> =UseSuspenseInfiniteQueryResult<Selected,ReactorReturnErr<Service,Method,Transform>>
Defined in: react/src/hooks/useActorSuspenseInfiniteQuery.ts:85
Type Parameters
Section titled “Type Parameters”Service
Section titled “Service”Service
Method
Section titled “Method”Method extends FunctionName<Service>
Transform
Section titled “Transform”Transform extends TransformKey = "candid"
TPageParam
Section titled “TPageParam”TPageParam = unknown
Selected
Section titled “Selected”Selected = InfiniteData<ReactorQueryData<ReactorReturnOk<Service, Method, Transform>>, TPageParam>