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
/
TransitionEventListener
Transition
Event
Listener
class
TransitionEventListener
(
event
:
String
,
listener
:
(
SyntheticTransitionEvent
)
->
Unit
)
:
SyntheticEventListener
<
SyntheticTransitionEvent
>
(
source
)
Members
Constructors
Transition
Event
Listener
Link copied to clipboard
constructor
(
event
:
String
,
listener
:
(
SyntheticTransitionEvent
)
->
Unit
)
Properties
event
Link copied to clipboard
val
event
:
String
listener
Link copied to clipboard
val
listener
:
(
SyntheticTransitionEvent
)
->
Unit
name
Link copied to clipboard
open
override
val
name
:
String
Functions
handle
Event
Link copied to clipboard
open
override
fun
handleEvent
(
event
:
Event
)