W3cubDocs

/Haxe JavaScript

CSSStyleRule

package js.html

extends CSSRule

@:native("CSSStyleRule") Available on js

CSSStyleRule represents a single CSS style rule. It implements the CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).

Documentation CSSStyleRule by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

selectorText:String

read only style:CSSStyleDeclaration

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CSSStyleRule.html