GhostSessionRestore

@Serializable
data class GhostSessionRestore(val ghostClientId: String, val sessionExportJson: String) : DevToolsMessage(source)

Sent by the server to restore ghost session data on client reconnect. Contains the full session export JSON so the WASM UI can rebuild its state.

Constructors

Link copied to clipboard
constructor(ghostClientId: String, sessionExportJson: String)

Properties

Link copied to clipboard
Link copied to clipboard