Liking cljdoc? Tell your friends :D
ClojureScript only.

web.css.CSSKeywordValue

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.
raw docstring

constructorcljs

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`
sourceraw docstring

set-value!cljs

(set-value! this val)

Property.

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.

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`
sourceraw docstring

valuecljs

(value this)

Property.

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.

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`
sourceraw docstring

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

× close