package js.html
extends CSSValue
Available on jsThe
CSSValueList
interface derives from theCSSValue
interface and provides the abstraction of an ordered collection of CSS values.Documentation CSSValueList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only length:Int
An unsigned long
representing the number of CSSValues
in the list.
item (index:Int):CSSValue
This method is used to retrieve a CSSValue
by ordinal index. The order in this collection represents the order of the values in the CSS style property. If index is greater than or equal to the number of values in the list, this returns null
.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSSValueList.html