Category: browser, cssom
See: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration
Number of properties in this style declaration
Read only
cssStyleDeclaration.parentRule : CSSStyleRule
Get the parent style rule
Read only
Return the property name at the specified index.
| Param | Type |
|---|---|
| index | number |
Returns the value of the specified property
| Param | Type |
|---|---|
| property | DOMString |
Set the property value
| Param | Type | Default |
|---|---|---|
| property | DOMString |
|
| value | DOMString |
|
| [priority] | string |
"" |
Remove the specified property
| Param | Type |
|---|---|
| property | DOMString |