MCPcopy Create free account
hub / github.com/TanStack/devtools / CustomEventClient

Class CustomEventClient

examples/angular/basic/src/app/devtools/eventClient.ts:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7class CustomEventClient extends EventClient<EventMap> {
8 constructor() {
9 super({
10 pluginId: 'custom-devtools',
11 debug: true,
12 })
13 }
14}
15
16// This is where the magic happens, it'll be used throughout your application.
17export const DevtoolsEventClient = new CustomEventClient()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected