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

jsMain.web.html.HTMLElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.html

import web.cssom.ElementCSSInlineStyle
import web.dom.Element
import web.dom.GlobalEventHandlers
import web.dom.HTMLOrSVGElement

abstract external class HTMLElement :
    Element,
    ElementCSSInlineStyle,
    ElementContentEditable,
    GlobalEventHandlers,
    HTMLOrSVGElement {
    var accessKey: String
    val accessKeyLabel: String
    var autocapitalize: String
    var dir: String
    var draggable: Boolean
    var hidden: Boolean
    var inert: Boolean
    var innerText: String
    var lang: String
    val offsetHeight: Int
    val offsetLeft: Int
    val offsetParent: Element?
    val offsetTop: Int
    val offsetWidth: Int
    var outerText: String
    var spellcheck: Boolean
    var title: String
    var translate: Boolean
    fun attachInternals(): ElementInternals
    fun click()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy