
jsMain.web.html.HTMLCollectionBase.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.html
import js.core.ArrayLike
import js.core.JsIterable
import web.dom.Element
sealed external interface HTMLCollectionBase :
ArrayLike,
JsIterable {
/** Retrieves an object from various collections. */
fun item(index: Int): T?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy