Constructors

Link copied to clipboard
constructor(type: EventType<T>)

Properties

Link copied to clipboard
Link copied to clipboard
var target: Any?
Link copied to clipboard
open override var type: EventType<T>

Functions

Link copied to clipboard
fun preventDefault(reason: Any? = null)
Link copied to clipboard
fun Event.preventDefault(reason: Any? = null): Nothing
Link copied to clipboard
fun stopPropagation(reason: Any? = null)