Skip to content

API Documentation / @pinia/colada / RefetchOnControl

Type Alias: RefetchOnControl

ts
type RefetchOnControl = boolean | "always";

Possible values for refetchOnMount, refetchOnWindowFocus, and refetchOnReconnect. true refetches if data is stale (calles refresh()), false never refetches, 'always' always refetches.

Released under the MIT License.