Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.events
/
EventTarget
Event
Target
open
class
EventTarget
(
source
)
Inheritors
AbortSignal
BroadcastChannel
FileReader
GPUDevice
MessageEventTarget
MessagePort
Performance
WebSocket
Members
Constructors
Event
Target
Link copied to clipboard
constructor
(
)
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
when
Link copied to clipboard
fun
<
T
:
Event
>
when
(
type
:
EventType
<
T
>
,
options
:
ObservableEventListenerOptions
?
=
definedExternally
)
:
Observable
<
T
>