MsgServerToClient

@Serializable
data class MsgServerToClient(val id: String? = null, val label: String, val type: String, val data: JsonElement = JsonNull)

An RTVI control message sent to the client.

Constructors

Link copied to clipboard
constructor(id: String? = null, label: String, type: String, data: JsonElement = JsonNull)

Types

Link copied to clipboard
object Data
Link copied to clipboard
object Type

Properties

Link copied to clipboard
val data: JsonElement
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard