CustomEventInit

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