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.
(operator this)
Property.
The CSSMathValue.operator read-only property of the 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 `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`
(set-operator! this val)
Property.
The CSSMathValue.operator read-only property of the 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 `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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close