MCPcopy
hub / github.com/TanStack/query / CommonOptions

Interface CommonOptions

packages/vue-query/src/vueQueryPlugin.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9type ClientPersister = (client: QueryClient) => [() => void, Promise<void>]
10
11interface CommonOptions {
12 enableDevtoolsV6Plugin?: boolean
13 queryClientKey?: string
14 clientPersister?: ClientPersister
15 clientPersisterOnSuccess?: (client: QueryClient) => void
16}
17
18interface ConfigOptions extends CommonOptions {
19 queryClientConfig?: QueryClientConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…