kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
HTMLFormControlsCollection
HTMLForm
Controls
Collection
JS
abstract
external
class
HTMLFormControlsCollection
:
HTMLCollection
Content copied to clipboard
Exposes the JavaScript
HTMLFormControlsCollection
to Kotlin
Constructors
Functions
Properties
Constructors
HTMLFormControlsCollection
Link copied to clipboard
JS
fun
HTMLFormControlsCollection
(
)
Content copied to clipboard
Functions
item
Link copied to clipboard
JS
open
override
fun
item
(
index
:
Int
)
:
Element
?
Content copied to clipboard
named
Item
Link copied to clipboard
JS
fun
namedItem
(
name
:
String
)
:
Element
?
Content copied to clipboard
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Content copied to clipboard