toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.serviceworker
/
ExtendableEventInit
Extendable
Event
Init
external
interface
ExtendableEventInit
:
EventInit
(
source
)
Inheritors
PushEventInit
ExtendableMessageEventInit
FetchEventInit
NotificationEventInit
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
?
Functions
copy
Link copied to clipboard
inline operator
fun
copy
(
noinline
bubbles
:
Boolean
?
,
noinline
cancelable
:
Boolean
?
,
noinline
composed
:
Boolean
?
)
:
EventInit