MCPcopy
hub / github.com/plotly/dash / ServerMessage

Interface ServerMessage

@plotly/dash-websocket-worker/src/WebSocketManager.ts:5–8  ·  view source on GitHub ↗

* Message received from the server. * Can be a WorkerMessage or a heartbeat_ack.

Source from the content-addressed store, hash-verified

3 * Can be a WorkerMessage or a heartbeat_ack.
4 */
5interface ServerMessage {
6 type: string;
7 [key: string]: unknown;
8}
9
10/**
11 * Configuration options for WebSocket connection.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…