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

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

// Automatically generated - do not modify!

package web.dom

sealed external interface NonElementParentNode {
    /** Returns the first element within node's descendants whose ID is elementId. */
    fun getElementById(elementId: String): Element?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy