UIEvent

open class UIEvent(type: String, eventInitDict: UIEventInit) : Event, JsAny

Exposes the JavaScript UIEvent to Kotlin

Inheritors

Constructors

Link copied to clipboard
constructor(type: String, eventInitDict: UIEventInit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val bubbles: Boolean
Link copied to clipboard
Link copied to clipboard
open val composed: Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val detail: Int
Link copied to clipboard
open val eventPhase: Short
Link copied to clipboard
open val isTrusted: Boolean
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
Link copied to clipboard
open val type: String
Link copied to clipboard
open val view: Window?

Functions

Link copied to clipboard
Link copied to clipboard
fun initEvent(type: String, bubbles: Boolean, cancelable: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard