The StylePropertyMap interface of the the CSS Typed Object Model
provides a representation of a CSS declaration block that is
alternative to web.cssdom.CSSStyleDeclaration
.
The StylePropertyMap interface of the the CSS Typed Object Model provides a representation of a CSS declaration block that is alternative to `web.cssdom.CSSStyleDeclaration`.
(append this property value)
Method.
[Experimental]
The append() method of the web.css.StylePropertyMap
interface
a new CSS declaration to the StylePropertyMap with the given
and value.
StylePropertyMap.append(property,value)
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/append
Method. [Experimental] The append() method of the `web.css.StylePropertyMap` interface a new CSS declaration to the StylePropertyMap with the given and value. `StylePropertyMap.append(property,value)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/append`
(clear this)
Method.
[Experimental]
The clear() method of the web.css.StylePropertyMap
interface
all declarations in the StylePropertyMap.
StylePropertMap.clear()
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/clear
Method. [Experimental] The clear() method of the `web.css.StylePropertyMap` interface all declarations in the StylePropertyMap. `StylePropertMap.clear()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/clear`
(delete this property)
Method.
[Experimental]
The delete() method of the web.css.StylePropertyMap
interface
the CSS declaration with the given property.
StylePropertyMap.delete(property)
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/delete
Method. [Experimental] The delete() method of the `web.css.StylePropertyMap` interface the CSS declaration with the given property. `StylePropertyMap.delete(property)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/delete`
(set this property value)
Method.
[Experimental]
The set() method of the web.css.StylePropertyMap
interface
the CSS declaration with the given property.
StylePropertyMap.set(property,value)
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/set
Method. [Experimental] The set() method of the `web.css.StylePropertyMap` interface the CSS declaration with the given property. `StylePropertyMap.set(property,value)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/set`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close