W3cubDocs

/Haxe JavaScript

CSSValueList

package js.html

extends CSSValue

@:native("CSSValueList") Available on js

The CSSValueList interface derives from the CSSValue 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:

Variables

read only length:Int

An unsigned long representing the number of CSSValues in the list.

Methods

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