The CSSKeywordValue interface of the the CSS Typed Object Model creates an object to represent CSS keywords and other identifiers.
The CSSKeywordValue interface of the the CSS Typed Object Model creates an object to represent CSS keywords and other identifiers.
(set-value! this val)
Property.
[Experimental]
The value property of the web.css.CSSKeywordValue
interface
or sets the value of the CSSKeywordValue.
var val = cssKeywordValue.value cssKeywordValue.value = val
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSKeywordValue/value
Property. [Experimental] The value property of the `web.css.CSSKeywordValue` interface or sets the value of the CSSKeywordValue. `var val = cssKeywordValue.value cssKeywordValue.value = val` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSKeywordValue/value`
(value this)
Property.
[Experimental]
The value property of the web.css.CSSKeywordValue
interface
or sets the value of the CSSKeywordValue.
var val = cssKeywordValue.value cssKeywordValue.value = val
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSKeywordValue/value
Property. [Experimental] The value property of the `web.css.CSSKeywordValue` interface or sets the value of the CSSKeywordValue. `var val = cssKeywordValue.value cssKeywordValue.value = val` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSKeywordValue/value`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close