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

main.dom.HTMLOrSVGElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package 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