API Documentation / plugins/delay/src
plugins/delay/src
Interfaces
| Interface | Description |
|---|---|
| PiniaColadaDelayOptions | Options for the PiniaColadaDelay plugin. |
Functions
| Function | Description |
|---|---|
| PiniaColadaDelay | Delays the asyncStatus of both queries and mutations by a certain amount of time to avoid flickering. Options apply to both, with optional query and mutations nested overrides. |
| PiniaColadaDelayMutations | Delays the asyncStatus of mutations by a certain amount of time to avoid flickering. |
| PiniaColadaDelayQuery | Delays the asyncStatus of queries by a certain amount of time to avoid flickering between refreshes. |