CustomEventInit
fun CustomEventInit(
detail: Any? = null,
bubbles: Boolean? = false,
cancelable: Boolean? = false,
composed: Boolean? = false
): CustomEventInit
fun CustomEventInit(
detail: Any? = null,
bubbles: Boolean? = false,
cancelable: Boolean? = false,
composed: Boolean? = false
): CustomEventInit