Liking cljdoc? Tell your friends :D
ClojureScript only.

web.css.CSSMathValue

The CSSMathValue interface of the CSS Typed Object Model API base class for classes representing complex numeric values.

The CSSMathValue interface of the CSS Typed Object Model API
base class for classes representing complex numeric values.
raw docstring

operatorcljs

(operator this)

Property.

The CSSMathValue.operator read-only property of the web.css.CSSMathValue indicates the operator that the current subtype represents. For if the current CSSMathValue subtype is CSSMathSum, this property return the string "sum".

var aString = CSSMathValue.operator;

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

Property.

The CSSMathValue.operator read-only property of the `web.css.CSSMathValue`
indicates the operator that the current subtype represents. For
if the current CSSMathValue subtype is CSSMathSum, this property
return the string \"sum\".

`var aString = CSSMathValue.operator;`

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

set-operator!cljs

(set-operator! this val)

Property.

The CSSMathValue.operator read-only property of the web.css.CSSMathValue indicates the operator that the current subtype represents. For if the current CSSMathValue subtype is CSSMathSum, this property return the string "sum".

var aString = CSSMathValue.operator;

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

Property.

The CSSMathValue.operator read-only property of the `web.css.CSSMathValue`
indicates the operator that the current subtype represents. For
if the current CSSMathValue subtype is CSSMathSum, this property
return the string \"sum\".

`var aString = CSSMathValue.operator;`

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

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close