Docs
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
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;
key: string;

Defined in: event-client.ts:11


options

ts
options: unknown;
options: unknown;

Defined in: event-client.ts:13


store

ts
store: object;
store: object;

Defined in: event-client.ts:12

state

ts
state: unknown;
state: unknown;