HTMLFormControlsCollection
Constructors
<init>
Exposes the JavaScript HTMLFormControlsCollection to Kotlin
HTMLFormControlsCollection()
Extension Functions
asList
Returns the view of this ItemArrayLike<T>
collection as List<T>
fun <T> ItemArrayLike<T>.asList(): List<T>
get
operator fun HTMLCollection.get(index: Int): Element?
operator fun HTMLCollection.get(name: String): Element?