UIEvent

open class UIEvent(val type: EventType<UIEvent>, init: UIEventInit = definedExternally) : Event(source)

The UIEvent interface represents simple user interface events.

MDN Reference

Inheritors

Constructors

Link copied to clipboard
constructor(type: EventType<UIEvent>, init: UIEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val detail: Int

The UIEvent.detail read-only property, when non-zero, provides the current (or next, depending on the event) click count.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: EventType<UIEvent>
Link copied to clipboard
val view: Window?

The UIEvent.view read-only property returns the is the Window object the event happened in.

Functions

Link copied to clipboard
open override fun asInit(): UIEventInit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard