
main.dom.events.FocusEvent.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.events
import web.events.EventTarget
external interface FocusEventInit : UIEventInit {
var relatedTarget: EventTarget?
}
open external class FocusEvent(
type: String,
init: FocusEventInit = definedExternally,
) : UIEvent {
val relatedTarget: EventTarget?
companion object
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy