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

main.dom.html.HTMLElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.html

import dom.DocumentAndElementEventHandlers
import dom.Element
import dom.GlobalEventHandlers
import dom.HTMLOrSVGElement
import dom.css.ElementCSSInlineStyle

abstract external class HTMLElement :
    Element,
    DocumentAndElementEventHandlers,
    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