EventTarget

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <Type : Any> addEventListener(type: Type, handler: EventListenerObject<Event>)
open fun <Type : Any> addEventListener(type: Type, handler: EventListener<Any>)
open fun <Type : Any> addEventListener(type: Type, handler: EventListenerObject<Event>, options: EventTargetAddEventListenerOptions = definedExternally)
open fun <Type : Any> addEventListener(type: Type, handler: EventListenerObject<Event>, options: Boolean = definedExternally)
open fun <Type : Any> addEventListener(type: Type, handler: EventListener<Any>, options: EventTargetAddEventListenerOptions = definedExternally)
open fun <Type : Any> addEventListener(type: Type, handler: EventListener<Any>, options: Boolean = definedExternally)
Link copied to clipboard
open fun dispatchEvent(event: Any): Boolean
Link copied to clipboard
open fun <Type : Any> removeEventListener(type: Type, handler: EventListenerObject<Event>)
open fun <Type : Any> removeEventListener(type: Type, handler: EventListener<Any>)
open fun <Type : Any> removeEventListener(type: Type, handler: EventListenerObject<Event>, options: EventTargetEventListenerOptions = definedExternally)
open fun <Type : Any> removeEventListener(type: Type, handler: EventListenerObject<Event>, options: Boolean = definedExternally)
open fun <Type : Any> removeEventListener(type: Type, handler: EventListener<Any>, options: EventTargetEventListenerOptions = definedExternally)
open fun <Type : Any> removeEventListener(type: Type, handler: EventListener<Any>, options: Boolean = definedExternally)