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

set-value!cljs

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

valuecljs

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

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

× close