HTMLCollection
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
:
HTMLCollection
HTMLOptionsCollection
Exposes the JavaScript HTMLOptionsCollection to Kotlin
abstract
class
HTMLOptionsCollection
:
HTMLCollection