HTMLFormControlsCollection

abstract external class HTMLFormControlsCollection : HTMLCollection

Exposes the JavaScript HTMLFormControlsCollection to Kotlin

Constructors

HTMLFormControlsCollection
Link copied to clipboard
JS
fun HTMLFormControlsCollection()

Functions

item
Link copied to clipboard
JS
open override fun item(index: Int): Element?
namedItem
Link copied to clipboard
JS
fun namedItem(name: String): Element?

Properties

length
Link copied to clipboard
JS
abstract val length: Int