Skip to content

API Documentation / @pinia/colada-plugin-auto-refetch / PiniaColadaAutoRefetchOptions

Interface: PiniaColadaAutoRefetchOptions

Options for the auto-refetch plugin.

Extended by

Properties

autoRefetch?

ts
optional autoRefetch: MaybeRefOrGetter<boolean>;

Whether to enable auto refresh by default.

Default

ts
false

Released under the MIT License.