Interface: UseMutationResult<M, K>
このコンテンツはまだ日本語訳がありません。
Interface: UseMutationResult<M, K>
Section titled “Interface: UseMutationResult<M, K>”Defined in: react/src/use-mutation.ts:28
Type Parameters
Section titled “Type Parameters”M
K extends keyof M & string
Properties
Section titled “Properties”mutate
Section titled “mutate”
readonlymutate:MutateFn<M,K>
Defined in: react/src/use-mutation.ts:29
isPending
Section titled “isPending”
readonlyisPending:boolean
Defined in: react/src/use-mutation.ts:30
readonlyerror:Error|null
Defined in: react/src/use-mutation.ts:31
readonlyreset: () =>void
Defined in: react/src/use-mutation.ts:32
Returns
Section titled “Returns”void