addEventListener

fun addEventListener(type: String, callback: EventListener?, options: dynamic = definedExternally)(source)
fun addEventListener(type: String, callback: (Event) -> Unit?, options: dynamic = definedExternally)(source)

Since Kotlin

1.1
fun addEventListener(type: String, callback: (Event) -> Unit?, options: AddEventListenerOptions)(source)
fun addEventListener(type: String, callback: EventListener?, options: Boolean)(source)
fun addEventListener(type: String, callback: (Event) -> Unit?, options: Boolean)(source)
fun addEventListener(type: String, callback: (Event) -> Unit?)(source)

Since Kotlin

1.8