Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Debouncer API Reference
Throttler API Reference
Rate Limiter API Reference
Queue API Reference
Batcher API Reference

PacerDevtoolsWirePayload

Interface: PacerDevtoolsWirePayload

Defined in: event-client.ts:10

Payload on the devtools event bus must be JSON-serializable: ClientEventBus always stringifies events for emitToServer and BroadcastChannel, so live util instances (with reactive store graphs) cannot be sent as-is.

Live instances are kept in pacerDevtoolsInstancesByKey for the panel.

Properties

key

ts
key: string;

Defined in: event-client.ts:11


options

ts
options: unknown;

Defined in: event-client.ts:13


store

ts
store: object;

Defined in: event-client.ts:12

state

ts
state: unknown;