Armory 3D Engine

class HTMLAllCollection

package js.html

@:native("HTMLAllCollection")

Variables

read onlylength:Int

Methods

item(name:String):EitherType<Node, HTMLCollection>

item(index:Int):Node

namedItem(name:String):EitherType<Node, HTMLCollection>

© 2024  https://armory3d.org/