Skip to content
IC Reactor

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.

Service = BaseActor

Method extends FunctionName<Service> = FunctionName<Service>

Transform extends TransformKey = "candid"