MCPcopy Create free account
hub / github.com/TanStack/query /

Class

packages/query-core/src/focusManager.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7) => (() => void) | undefined
8
9export class FocusManager extends Subscribable<Listener> {
10 #focused?: boolean
11 #cleanup?: () => void
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected