HTMLFormControlsCollection

abstract external class HTMLFormControlsCollection : HTMLCollection

Exposes the JavaScript HTMLFormControlsCollection to Kotlin

Constructors

HTMLFormControlsCollection
Link copied to clipboard
fun HTMLFormControlsCollection()

Functions

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

Properties

length
Link copied to clipboard
abstract val length: Int