toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-dom
/
react.dom.events
/
ChangeEvent
Change
Event
external
interface
ChangeEvent
<
out
T
:
Element
>
:
SyntheticEvent
<
T
,
Event
>
(
source
)
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
:
T
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
:
Event
target
Link copied to clipboard
abstract
override
val
target
:
T
time
Stamp
Link copied to clipboard
abstract
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
abstract
val
type
:
EventType
<
Event
>
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
(
)