
jsMain.web.html.HTMLFormControlsCollection.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
import web.dom.Element
sealed external class HTMLFormControlsCollection :
HTMLCollectionBase {
/**
* Returns the item with ID or name name from the collection.
*
* If there are multiple matching items, then a RadioNodeList object containing all those elements is returned.
*/
fun namedItem(name: String): Any? /* RadioNodeList | Element */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy