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.
(constructor & args)
Constructor.
The CSSKeywordValue constructor creates a new web.css.CSSKeywordValue
object which represents CSS keywords and other identifiers.
value Sets or returns the value of the new CSSKeywordValue.
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSKeywordValue/CSSKeywordValue
Constructor. The CSSKeywordValue constructor creates a new `web.css.CSSKeywordValue` object which represents CSS keywords and other identifiers. value Sets or returns the value of the new CSSKeywordValue. See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSKeywordValue/CSSKeywordValue`
(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