toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-dom
/
react.dom.events
/
BaseSyntheticEvent
Base
Synthetic
Event
external
interface
BaseSyntheticEvent
<
out
E
:
Event
,
out
C
:
EventTarget
,
out
T
:
EventTarget
>
(
source
)
Inheritors
SyntheticEvent
Members
Properties
bubbles
Link copied to clipboard
abstract
val
bubbles
:
Boolean
cancelable
Link copied to clipboard
abstract
val
cancelable
:
Boolean
current
Target
Link copied to clipboard
abstract
val
currentTarget
:
C
default
Prevented
Link copied to clipboard
abstract
val
defaultPrevented
:
Boolean
event
Phase
Link copied to clipboard
abstract
val
eventPhase
:
Int
is
Trusted
Link copied to clipboard
abstract
val
isTrusted
:
Boolean
native
Event
Link copied to clipboard
abstract
val
nativeEvent
:
E
target
Link copied to clipboard
abstract
val
target
:
T
time
Stamp
Link copied to clipboard
abstract
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
abstract
val
type
:
EventType
<
E
>
Functions
is
Default
Prevented
Link copied to clipboard
abstract
fun
isDefaultPrevented
(
)
:
Boolean
is
Propagation
Stopped
Link copied to clipboard
abstract
fun
isPropagationStopped
(
)
:
Boolean
persist
Link copied to clipboard
abstract
fun
persist
(
)
prevent
Default
Link copied to clipboard
abstract
fun
preventDefault
(
)
stop
Propagation
Link copied to clipboard
abstract
fun
stopPropagation
(
)