Skip to content

API Documentation / plugins/delay/src

plugins/delay/src

Interfaces

InterfaceDescription
PiniaColadaDelayOptionsOptions for the PiniaColadaDelay plugin.

Functions

FunctionDescription
PiniaColadaDelayDelays 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.
PiniaColadaDelayMutationsDelays the asyncStatus of mutations by a certain amount of time to avoid flickering.
PiniaColadaDelayQueryDelays the asyncStatus of queries by a certain amount of time to avoid flickering between refreshes.

Released under the MIT License.