Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.11 KB

File metadata and controls

42 lines (25 loc) · 1.11 KB

CSSStyleRule

Extends: CSSRule

Category: browser, cssom

See: https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleRule

cssStyleRule.type

Returns the type of the CSS Rule

Read only

cssStyleRule.selectorText : string

Selector text

cssStyleRule.style : CSSStyleDeclaration

Get the style declaration itself

Read only

cssStyleRule.parentStyleSheet : CSSStyleSheet

Get the parent style sheet

Read only