HTMLAllCollection

JS
1.1
abstract class HTMLAllCollection
(source)

Constructors

JS
1.1

<init>

HTMLAllCollection ( )

Properties

JS
1.1

length

open val length : Int

Functions

JS
1.1

item

fun item (
nameOrIndex : String = definedExternally
) : UnionElementOrHTMLCollection ?
JS
1.1

namedItem

fun namedItem ( name : String ) : UnionElementOrHTMLCollection ?

Extension Functions

JS
1.1

get

operator fun HTMLAllCollection . get ( index : Int ) : Element ?
operator fun HTMLAllCollection . get (
name : String
) : UnionElementOrHTMLCollection ?