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 web.var()
function. The custom name
begin 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 `web.var()` function. The custom name begin with two dashes.
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 web.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 `web.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.
The fallback read-only property of the 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. The fallback read-only property of the `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-fallback! this val)
Property.
The fallback read-only property of the 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. The fallback read-only property of the `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.
The variable property of the 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. The variable property of the `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.
The variable property of the 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. The variable property of the `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