selectorText property

String get selectorText

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

Implementation

external String get selectorText;
set selectorText (String value)

Implementation

external set selectorText(String value);