selectorText property

String get selectorText

The selectorText property of the CSSStyleRule interface gets and sets the selectors associated with the CSSStyleRule.

Implementation

external String get selectorText;
set selectorText (String value)

Implementation

external set selectorText(String value);