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.events
/
SyntheticEvent
Synthetic
Event
open
class
SyntheticEvent
<
Element
:
EventTarget
>
(
val
nativeEvent
:
Event
)
(
source
)
Inheritors
SyntheticTransitionEvent
Members
Constructors
Synthetic
Event
Link copied to clipboard
constructor
(
nativeEvent
:
Event
)
Properties
bubbles
Link copied to clipboard
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
val
cancelable
:
Boolean
composed
Link copied to clipboard
val
composed
:
Boolean
current
Target
Link copied to clipboard
val
currentTarget
:
EventTarget
?
default
Prevented
Link copied to clipboard
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
val
eventPhase
:
Short
is
Trusted
Link copied to clipboard
val
isTrusted
:
Boolean
native
Event
Link copied to clipboard
val
nativeEvent
:
Event
target
Link copied to clipboard
val
target
:
Element
timestamp
Link copied to clipboard
val
timestamp
:
Number
type
Link copied to clipboard
val
type
:
String
Functions
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
Array
<
EventTarget
>
prevent
Default
Link copied to clipboard
fun
preventDefault
(
)
stop
Immediate
Propagation
Link copied to clipboard
fun
stopImmediatePropagation
(
)
stop
Propagation
Link copied to clipboard
fun
stopPropagation
(
)