HTMLFormControlsCollection

JS
1.1
abstract class HTMLFormControlsCollection : HTMLCollection

Exposes the JavaScript HTMLFormControlsCollection to Kotlin

Constructors

JS
1.1

<init>

Exposes the JavaScript HTMLFormControlsCollection to Kotlin

HTMLFormControlsCollection()

Extension Functions

JS
1.1

asList

Returns the view of this ItemArrayLike<T> collection as List<T>

fun <T> ItemArrayLike<T>.asList(): List<T>
JS
1.1

get

operator fun HTMLCollection.get(index: Int): Element?
operator fun HTMLCollection.get(name: String): Element?