HTMLCollection
abstract class HTMLCollection :
ItemArrayLike<Element>,
UnionElementOrHTMLCollectionExposes the JavaScript HTMLCollection to Kotlin
Constructors
<init>
Exposes the JavaScript HTMLCollection to Kotlin
HTMLCollection()Functions
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?Inheritors
HTMLFormControlsCollection
Exposes the JavaScript HTMLFormControlsCollection to Kotlin
abstract class HTMLFormControlsCollection : HTMLCollectionHTMLOptionsCollection
Exposes the JavaScript HTMLOptionsCollection to Kotlin
abstract class HTMLOptionsCollection : HTMLCollection