UseActorMutationParameters
UseActorMutationParameters<
Service,Method,Transform,TOnMutateResult> =Omit<UseReactorMutationParameters<Service,Method,Transform,TOnMutateResult>,"reactor">
Defined in: react/src/hooks/useActorMutation.ts:64
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"
TOnMutateResult
Section titled “TOnMutateResult”TOnMutateResult = unknown