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.
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close