Liking cljdoc? Tell your friends :D

web.css.CSSValue

The CSSValue interface represents the current computed value a CSS property.

The CSSValue interface represents the current computed value
a CSS property.
raw docstring

css-textcljs

(css-text this)

Property.

The cssText property of the web.css.CSSValue interface represents current computed CSS property value.

cssText = cssValue.cssText;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSValue/cssText

Property.

The cssText property of the `web.css.CSSValue` interface represents
current computed CSS property value.

`cssText = cssValue.cssText;`

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

css-value-typecljs

(css-value-type this)

Property.

The cssValueType read-only property of the web.css.CSSValue represents the type of the current computed CSS property value.

cssValueType = cssValue.cssValueType;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSValue/cssValueType

Property.

The cssValueType read-only property of the `web.css.CSSValue`
represents the type of the current computed CSS property value.

`cssValueType = cssValue.cssValueType;`

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

set-css-text!cljs

(set-css-text! this val)

Property.

The cssText property of the web.css.CSSValue interface represents current computed CSS property value.

cssText = cssValue.cssText;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSValue/cssText

Property.

The cssText property of the `web.css.CSSValue` interface represents
current computed CSS property value.

`cssText = cssValue.cssText;`

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

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

× close