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.
key: string;
Defined in: event-client.ts:11
options: unknown;
Defined in: event-client.ts:13
store: object;
Defined in: event-client.ts:12
state: unknown;