Skip to content
IC Reactor

DefineReactorResult

DefineReactorResult<Service, Transform, R> = ActorHooks<Service, Transform> & CreateAuthHooksReturn & object

Defined in: react/src/defineReactor.ts:135

The reactor instance plus its bound hooks and shared infrastructure.

reactor: R

clientManager: ClientManager

queryClient: QueryClient

authentication: AuthenticationManager

Internet Identity session manager backing useAuth.

identityAttributes: IdentityAttributesManager

Signed identity attribute requests backing useIdentityAttributes.

useIdentityAttributes: () => UseIdentityAttributesReturn

UseIdentityAttributesReturn

Service

Transform extends TransformKey

R extends Reactor<Service, Transform>