toggle menu
kweb-core
1.4.12
jvm
switch theme
search in API
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.
Members
Constructors
Event
Link copied to clipboard
constructor
(
type
:
String
,
retrieved
:
JsonElement
=
JsonNull
)
Properties
retrieved
Link copied to clipboard
val
retrieved
:
JsonElement
type
Link copied to clipboard
val
type
:
String