The StylePropertyMap interface of the the CSS Typed Object Model
provides a representation of a CSS declaration block that is
alternative to css.CSSStyleDeclaration
.
The StylePropertyMap interface of the the CSS Typed Object Model provides a representation of a CSS declaration block that is alternative to `css.CSSStyleDeclaration`.
(append this property value)
Method.
The append() method of the web.StylePropertyMap
interface adds
new CSS declaration to the StylePropertyMap with the given property
value.
StylePropertyMap.append(property,value)
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/append
Method. The append() method of the `web.StylePropertyMap` interface adds new CSS declaration to the StylePropertyMap with the given property value. `StylePropertyMap.append(property,value)` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/append`
(clear this)
Method.
The clear() method of the web.StylePropertyMap
interface removes
declarations in the StylePropertyMap.
StylePropertMap.clear()
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/clear
Method. The clear() method of the `web.StylePropertyMap` interface removes declarations in the StylePropertyMap. `StylePropertMap.clear()` See also: `https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/clear`
(delete this property)
Method.
The delete() method of the web.StylePropertyMap
interface removes
CSS declaration with the given property.
StylePropertyMap.delete(property)
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/delete
Method. The delete() method of the `web.StylePropertyMap` interface removes 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.
The set() method of the web.StylePropertyMap
interface changes
CSS declaration with the given property.
StylePropertyMap.set(property,value)
See also: https://developer.mozilla.org/en-US/docs/Web/API/StylePropertyMap/set
Method. The set() method of the `web.StylePropertyMap` interface changes 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