CSSValueList

CSSValueList

package js-html

extends CSSValue

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/CSSValueList.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部