Skip to content

API Documentation / plugins/delay/src / PiniaColadaDelayOptions

Interface: PiniaColadaDelayOptions

Options for the PiniaColadaDelay plugin.

Properties

delay?

ts
optional delay: number | false;

Delay in milliseconds to wait before letting the asyncStatus become 'loading'. Set to false or 0 to disable.

Default

ts
200

mutations?

ts
optional mutations: object;

Mutation-specific delay override. Overrides the top-level delay for mutations only.

delay?

ts
optional delay: number | false;

query?

ts
optional query: object;

Query-specific delay override. Overrides the top-level delay for queries only.

delay?

ts
optional delay: number | false;

Released under the MIT License.