kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
CustomEvent
/
initCustomEvent
init
Custom
Event
JS
fun
initCustomEvent
(
type
:
String
,
bubbles
:
Boolean
,
cancelable
:
Boolean
,
detail
:
Any
?
)