FocusEvent

open external class FocusEvent(type: String, eventInitDict: FocusEventInit = definedExternally) : UIEvent

Exposes the JavaScript FocusEvent to Kotlin

Constructors

Link copied to clipboard
fun FocusEvent(type: String, eventInitDict: FocusEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

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

Properties

Link copied to clipboard
open val bubbles: Boolean
Link copied to clipboard
open val cancelable: Boolean
Link copied to clipboard
open val composed: Boolean
Link copied to clipboard
Link copied to clipboard
open val defaultPrevented: Boolean
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
Link copied to clipboard
open val target: EventTarget?
Link copied to clipboard
open val timeStamp: Number
Link copied to clipboard
open val type: String
Link copied to clipboard
open val view: Window?