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.
Type Declaration
Section titled “Type Declaration”reactor
Section titled “reactor”reactor:
R
clientManager
Section titled “clientManager”clientManager:
ClientManager
queryClient
Section titled “queryClient”queryClient:
QueryClient
authentication
Section titled “authentication”authentication:
AuthenticationManager
Internet Identity session manager backing useAuth.
identityAttributes
Section titled “identityAttributes”identityAttributes:
IdentityAttributesManager
Signed identity attribute requests backing useIdentityAttributes.
useIdentityAttributes
Section titled “useIdentityAttributes”useIdentityAttributes: () =>
UseIdentityAttributesReturn
Returns
Section titled “Returns”Type Parameters
Section titled “Type Parameters”Service
Section titled “Service”Service
Transform
Section titled “Transform”Transform extends TransformKey
R extends Reactor<Service, Transform>