toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.uievents
/
UIEvent
UIEvent
open
external
class
UIEvent
(
val
type
:
EventType
<
UIEvent
>
,
init
:
UIEventInit
=
definedExternally
)
:
Event
(
source
)
Simple user interface events.
MDN Reference
Inheritors
CompositionEvent
FocusEvent
InputEvent
KeyboardEvent
MouseEvent
TouchEvent
Members
Constructors
UIEvent
Link copied to clipboard
constructor
(
type
:
EventType
<
UIEvent
>
,
init
:
UIEventInit
=
definedExternally
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
AT_TARGET
Link copied to clipboard
val
AT_TARGET
:
EventPhase
bubbles
Link copied to clipboard
val
bubbles
:
Boolean
BUBBLING_PHASE
Link copied to clipboard
val
BUBBLING_PHASE
:
EventPhase
cancelable
Link copied to clipboard
val
cancelable
:
Boolean
CAPTURING_PHASE
Link copied to clipboard
val
CAPTURING_PHASE
:
EventPhase
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
detail
Link copied to clipboard
val
detail
:
Int
MDN Reference
event
Phase
Link copied to clipboard
val
eventPhase
:
EventPhase
is
Trusted
Link copied to clipboard
val
isTrusted
:
Boolean
NONE
Link copied to clipboard
val
NONE
:
EventPhase
target
Link copied to clipboard
val
target
:
EventTarget
?
time
Stamp
Link copied to clipboard
val
timeStamp
:
DOMHighResTimeStamp
type
Link copied to clipboard
open
override
val
type
:
EventType
<
UIEvent
>
view
Link copied to clipboard
val
view
:
Window
?
MDN Reference
Functions
as
Init
Link copied to clipboard
open
override
fun
asInit
(
)
:
UIEventInit
composed
Path
Link copied to clipboard
fun
composedPath
(
)
:
ReadonlyArray
<
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
(
)