
jsMain.web.html.HTMLCollection.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
import web.dom.Element
sealed external class HTMLCollection :
HTMLCollectionBase {
/** Retrieves a select object or an object from an options collection. */
fun namedItem(name: String): T?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy