Skip to content

API Documentation / plugins/delay/src / PiniaColadaDelay

Function: PiniaColadaDelay() ​

ts
function PiniaColadaDelay(options?): PiniaColadaPlugin;

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.

Parameters ​

options? ​

PiniaColadaDelayOptions

Plugin options

Returns ​

PiniaColadaPlugin

Released under the MIT License.