Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-browser
/
web.uievents
Package-level
declarations
Types
Functions
Properties
Types
Event
Modifier
Init
Link copied to clipboard
interface
EventModifierInit
:
UIEventInit
UIEvent
Link copied to clipboard
open
class
UIEvent
(
val
type
:
EventType
<
UIEvent
>
,
init
:
UIEventInit
=
definedExternally
)
:
Event
The
UIEvent
interface represents simple user interface events.
UIEvent
Init
Link copied to clipboard
interface
UIEventInit
:
EventInit
MDN Reference
Properties
ABORT
Link copied to clipboard
val
UIEvent.Companion
.
ABORT
:
EventType
<
UIEvent
>
RESIZE
Link copied to clipboard
val
UIEvent.Companion
.
RESIZE
:
EventType
<
UIEvent
>
Functions
as
Init
Link copied to clipboard
inline
fun
UIEvent
.
asInit
(
)
:
UIEventInit