Event

@Serializable
data class Event(val type: String, val retrieved: JsonElement = JsonNull)(source)

Corresponds to a JavaScript event object.

Constructors

Link copied to clipboard
constructor(type: String, retrieved: JsonElement = JsonNull)

Properties

Link copied to clipboard
val retrieved: JsonElement
Link copied to clipboard