kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp
/
Message
/
Event
Event
@
Serializable
class
Event
(
val
method
:
String
,
val
params
:
JsonElement
?
=
null
)
:
Message
Events emitted by the browser.
Members
Constructors
Event
Link copied to clipboard
constructor
(
method
:
String
,
params
:
JsonElement
?
=
null
)
Properties
method
Link copied to clipboard
val
method
:
String
params
Link copied to clipboard
val
params
:
JsonElement
?
=
null