toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.events
/
CustomEventInit
Custom
Event
Init
external
interface
CustomEventInit
<
out
D
>
:
EventInit
(
source
)
Members
Properties
bubbles
Link copied to clipboard
abstract
val
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
abstract
val
cancelable
:
Boolean
?
composed
Link copied to clipboard
abstract
val
composed
:
Boolean
?
detail
Link copied to clipboard
abstract
val
detail
:
D
?