kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
HTMLAllCollection
HTMLAll
Collection
abstract
class
HTMLAllCollection
:
JsAny
(
source
)
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
?