
jsMain.web.dom.HTMLOrSVGElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.dom
external interface HTMLOrSVGElement {
var autofocus: Boolean
val dataset: DOMStringMap
var nonce: String?
var tabIndex: Int
fun blur()
fun focus(options: FocusOptions = definedExternally)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy