Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.uievents
/
asInit
as
Init
inline
fun
CompositionEvent
.
asInit
(
)
:
CompositionEventInit
(
source
)
inline
fun
DragEvent
.
asInit
(
)
:
DragEventInit
(
source
)
inline
fun
FocusEvent
.
asInit
(
)
:
FocusEventInit
(
source
)
inline
fun
InputEvent
.
asInit
(
)
:
InputEventInit
(
source
)
inline
fun
KeyboardEvent
.
asInit
(
)
:
KeyboardEventInit
(
source
)
inline
fun
MouseEvent
.
asInit
(
)
:
MouseEventInit
(
source
)
inline
fun
PointerEvent
.
asInit
(
)
:
PointerEventInit
(
source
)
inline
fun
TouchEvent
.
asInit
(
)
:
TouchEventInit
(
source
)
inline
fun
UIEvent
.
asInit
(
)
:
UIEventInit
(
source
)
inline
fun
WheelEvent
.
asInit
(
)
:
WheelEventInit
(
source
)