The CSSValue interface represents the current computed value a CSS property.
The CSSValue interface represents the current computed value a CSS property.
(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`
(css-value-type this)
Property.
[Read Only]
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. [Read Only] 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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close