Documentation Index
Fetch the complete documentation index at: https://kubo-47e69177.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
useAction
Signature
packages/react/src/useAction.ts
Etat retourne
| Champ | Type | Description |
|---|---|---|
execute | (input: TInput) => Promise<TOutput> | Execute l’action |
data | TOutput | undefined | Derniere valeur en succes |
error | unknown | Derniere erreur |
status | idle | pending | success | error | Etat courant |
reset | () => void | Reinitialise l’etat |