All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.uievents.FocusEvent.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER",
)

package web.uievents

import web.events.EventTarget
import web.events.EventType

external interface FocusEventInit : UIEventInit {
    var relatedTarget: EventTarget?
}

open external class FocusEvent(
    override val type: EventType,
    init: FocusEventInit = definedExternally,
) : UIEvent {
    val relatedTarget: EventTarget?

    companion object
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy