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

jsMain.web.dom.Attr.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.dom

sealed external class Attr :
    Node {
    val localName: String
    val name: String
    val namespaceURI: String?
    override val ownerDocument: Document
    val ownerElement: Element?
    val prefix: String?
    var value: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy