Liking cljdoc? Tell your friends :D
ClojureScript only.

web.css.CSSValueList

The CSSValueList interface derives from the web.css.CSSValue and provides the abstraction of an ordered collection of CSS

The CSSValueList interface derives from the `web.css.CSSValue`
and provides the abstraction of an ordered collection of CSS
raw docstring

itemcljs

(item this index)

Method.

The item() method of the web.css.CSSValueList interface is to retrieve a web.css.CSSValue by ordinal index.

var cssValue = cssValueList.item(index);

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSValueList/item

Method.

The item() method of the `web.css.CSSValueList` interface is
to retrieve a `web.css.CSSValue` by ordinal index.

`var cssValue = cssValueList.item(index);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSValueList/item`
sourceraw docstring

lengthcljs

(length this)

Property.

The length read-only property of the web.css.CSSValueList interface the number of web.css.CSSValues in the list. The range of valid of the indices is 0 to length-1 inclusive.

var length = cssValueList.length;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSValueList/length

Property.

The length read-only property of the `web.css.CSSValueList` interface
the number of `web.css.CSSValue`s in the list. The range of valid
of the indices is 0 to length-1 inclusive.

`var length = cssValueList.length;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSValueList/length`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close