The CSSUnitValue interface of the CSS Typed Object Model API values that contain a single unit type. For example, "42px" be represented by a CSSNumericValue.
The CSSUnitValue interface of the CSS Typed Object Model API values that contain a single unit type. For example, \"42px\" be represented by a CSSNumericValue.
(set-unit! this val)Property.
The CSSUnitValue.unit read-only property of the css.CSSUnitValue
returns a web.USVString indicating the type of unit.
var aString = CSSUnitValue.unit;
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/unit
Property. The CSSUnitValue.unit read-only property of the `css.CSSUnitValue` returns a `web.USVString` indicating the type of unit. `var aString = CSSUnitValue.unit;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/unit`
(set-value! this val)Property.
The CSSUnitValue.value property of the css.CSSUnitValue interface
a double indicating the number of units.
var cssUnitValue = CSSUnitValue.value; CSSUnitValue.value = cssUnitValue;
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/value
Property. The CSSUnitValue.value property of the `css.CSSUnitValue` interface a double indicating the number of units. `var cssUnitValue = CSSUnitValue.value; CSSUnitValue.value = cssUnitValue;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/value`
(unit this)Property.
The CSSUnitValue.unit read-only property of the css.CSSUnitValue
returns a web.USVString indicating the type of unit.
var aString = CSSUnitValue.unit;
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/unit
Property. The CSSUnitValue.unit read-only property of the `css.CSSUnitValue` returns a `web.USVString` indicating the type of unit. `var aString = CSSUnitValue.unit;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/unit`
(value this)Property.
The CSSUnitValue.value property of the css.CSSUnitValue interface
a double indicating the number of units.
var cssUnitValue = CSSUnitValue.value; CSSUnitValue.value = cssUnitValue;
See also: https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/value
Property. The CSSUnitValue.value property of the `css.CSSUnitValue` interface a double indicating the number of units. `var cssUnitValue = CSSUnitValue.value; CSSUnitValue.value = cssUnitValue;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/CSSUnitValue/value`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |