toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
HTMLFormControlsCollection
HTMLForm
Controls
Collection
abstract
class
HTMLFormControlsCollection
:
HTMLCollection
,
JsAny
Exposes the JavaScript
HTMLFormControlsCollection
to Kotlin
Members
Members & Extensions
Constructors
HTMLForm
Controls
Collection
Link copied to clipboard
constructor
(
)
Properties
length
Link copied to clipboard
abstract
val
length
:
Int
Functions
as
List
Link copied to clipboard
fun
<
T
:
JsAny
?
>
ItemArrayLike
<
T
>
.
asList
(
)
:
List
<
T
>
item
Link copied to clipboard
open
override
fun
item
(
index
:
Int
)
:
Element
?
named
Item
Link copied to clipboard
fun
namedItem
(
name
:
String
)
:
Element
?