Liking cljdoc? Tell your friends :D

web.css.CSSVariableReferenceValue

The CSSVariableReferenceValue interface of the CSS Typed Object API allows you to create a custom name for a built-in CSS value. object functionality is sometimes called a "CSS variable" and the same purpose as the var() function. The custom name must with two dashes.

The CSSVariableReferenceValue interface of the CSS Typed Object
API allows you to create a custom name for a built-in CSS value.
object functionality is sometimes called a \"CSS variable\" and
the same purpose as the `var()` function. The custom name must
with two dashes.
raw docstring

constructorcljs

(constructor & args)

Constructor.

The CSSVariableReferenceValue interface of the CSS Typed Object Model API allows you to create a custom name for a built-in CSS value. This object functionality is sometimes called a "CSS variable" and serves the same purpose as the var() function. The custom name must begin with two dashes.

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/CSSVariableReferenceValue

Constructor.

The CSSVariableReferenceValue interface of the CSS Typed Object Model API allows you to create a custom name for a built-in CSS value. This object functionality is sometimes called a \"CSS variable\" and serves the same purpose as the `var()` function. The custom name must begin with two dashes.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/CSSVariableReferenceValue`
sourceraw docstring

fallbackcljs

(fallback this)

Property.

[Read Only] [Draft] [Experimental]

The fallback read-only property of the web.css.CSSVariableReferenceValue returns a custom name for a built-in CSS value.

var variable = CSSVariableReferenceValue.variable;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/fallback

Property.

[Read Only]
[Draft]
[Experimental]

The fallback read-only property of the `web.css.CSSVariableReferenceValue`
returns a custom name for a built-in CSS value.

`var variable = CSSVariableReferenceValue.variable;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/fallback`
sourceraw docstring

set-variable!cljs

(set-variable! this val)

Property.

[Draft] [Experimental]

The variable property of the web.css.CSSVariableReferenceValue a built-in CSS value to be returned by the custom name.

var fallback = CSSVariableReferenceValue.fallback;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/variable

Property.

[Draft]
[Experimental]

The variable property of the `web.css.CSSVariableReferenceValue`
a built-in CSS value to be returned by the custom name.

`var fallback = CSSVariableReferenceValue.fallback;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/variable`
sourceraw docstring

variablecljs

(variable this)

Property.

[Draft] [Experimental]

The variable property of the web.css.CSSVariableReferenceValue a built-in CSS value to be returned by the custom name.

var fallback = CSSVariableReferenceValue.fallback;

See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/variable

Property.

[Draft]
[Experimental]

The variable property of the `web.css.CSSVariableReferenceValue`
a built-in CSS value to be returned by the custom name.

`var fallback = CSSVariableReferenceValue.fallback;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSVariableReferenceValue/variable`
sourceraw docstring

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

× close