kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
compose-html-ext
/
com.varabyte.kobweb.compose.attributes
/
SyntheticEventListener
Synthetic
Event
Listener
open
class
SyntheticEventListener
<
T
:
SyntheticEvent
<
*
>
>
(
val
event
:
String
,
val
listener
:
(
T
)
->
Unit
)
:
EventListener
,
NamedEventListener
(
source
)
Inheritors
TransitionEventListener
Members
Constructors
Synthetic
Event
Listener
Link copied to clipboard
constructor
(
event
:
String
,
listener
:
(
T
)
->
Unit
)
Properties
event
Link copied to clipboard
val
event
:
String
listener
Link copied to clipboard
val
listener
:
(
T
)
->
Unit
name
Link copied to clipboard
open
override
val
name
:
String
Functions
handle
Event
Link copied to clipboard
open
override
fun
handleEvent
(
event
:
Event
)