stdlib
1.2
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
JS
stdlib
/
org.w3c.dom
/
HTMLAllCollection
HTMLAll
Collection
JS
abstract
external
class
HTMLAllCollection
(
source
)
Since Kotlin
1.1
Constructors
Functions
Properties
Extensions
Constructors
HTMLAll
Collection
Link copied to clipboard
JS
fun
HTMLAllCollection
(
)
Functions
item
Link copied to clipboard
JS
fun
item
(
nameOrIndex
:
String
=
definedExternally
)
:
UnionElementOrHTMLCollection
?
Since Kotlin
1.1
named
Item
Link copied to clipboard
JS
fun
namedItem
(
name
:
String
)
:
UnionElementOrHTMLCollection
?
Since Kotlin
1.1
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Since Kotlin
1.1
Extensions
get
Link copied to clipboard
JS
inline operator
fun
HTMLAllCollection
.
get
(
index
:
Int
)
:
Element
?
inline operator
fun
HTMLAllCollection
.
get
(
name
:
String
)
:
UnionElementOrHTMLCollection
?
Since Kotlin
1.1