kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
HTMLAllCollection
HTMLAll
Collection
JS
abstract
external
class
HTMLAllCollection
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
?
named
Item
Link copied to clipboard
JS
fun
namedItem
(
name
:
String
)
:
UnionElementOrHTMLCollection
?
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
Extensions
get
Link copied to clipboard
JS
inline operator
fun
HTMLAllCollection
.
get
(
index
:
Int
)
:
Element
?
inline operator
fun
HTMLAllCollection
.
get
(
name
:
String
)
:
UnionElementOrHTMLCollection
?