UseActorMethodParameters
UseActorMethodParameters<
Service,Method,Transform> =Omit<UseReactorMethodParameters<Service,Method,Transform>,"reactor">
Defined in: react/src/hooks/useActorMethod.ts:89
Configuration type for bound useActorMethod hook (reactor omitted). For use with createActorHooks.
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"