toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
HTMLAllCollection
HTMLAll
Collection
abstract
class
HTMLAllCollection
:
JsAny
Members
Constructors
HTMLAll
Collection
Link copied to clipboard
constructor
(
)
Properties
length
Link copied to clipboard
open
val
length
:
Int
Functions
item
Link copied to clipboard
fun
item
(
nameOrIndex
:
String
)
:
UnionElementOrHTMLCollection
?
named
Item
Link copied to clipboard
fun
namedItem
(
name
:
String
)
:
UnionElementOrHTMLCollection
?