Haxe API Documentation
Back
|
Index
extern
class
js.html.CSSStyleRule
extends
CSSRule
Available in js
An object representing a single CSS style rule.
CSSStyleRule
implements the
CSSRule
interface.
Documentation for this class was provided by
MDN
.
var
selectorText :
String
Gets/sets the textual representation of the selector for this rule, e.g.
"h1,h2"
.
var
style(default,null) :
CSSStyleDeclaration
Returns the
CSSStyleDeclaration
object for the rule.
Read only.
Back
|
Index