kweb-core
1.3.7
kweb-core
/
kweb.html.events
/
Event
Event
@
Serializable
data
class
Event
(
val
type
:
String
,
val
retrieved
:
JsonElement
=
JsonNull
)
(
source
)
Corresponds to a
JavaScript event
object.
Constructors
Properties
Constructors
Event
Link copied to clipboard
fun
Event
(
type
:
String
,
retrieved
:
JsonElement
=
JsonNull
)
Properties
retrieved
Link copied to clipboard
val
retrieved
:
JsonElement
type
Link copied to clipboard
val
type
:
String