CustomEvent
open external class CustomEvent(type: String, eventInitDict: CustomEventInit = definedExternally) : Event(source)
Exposes the JavaScript CustomEvent to Kotlin
Exposes the JavaScript CustomEvent to Kotlin
Thanks for your feedback!