initCustomEvent

fun initCustomEvent(type: String, bubbles: Boolean, cancelable: Boolean, detail: Any?)(source)

Since Kotlin

1.1
fun initCustomEvent(type: String, bubbles: Boolean, cancelable: Boolean, detail: JsAny?)(source)

Since Kotlin

1.8