EventListener

interface EventListener : JsAny

Exposes the JavaScript EventListener to Kotlin

Functions

Link copied to clipboard
abstract fun handleEvent(event: Event)