Haxe API Documentation
Back | Index
extern class js.html.StyleElement
extends Element
Available in js
See Using dynamic styling information for an overview of the objects used to manipulate specified CSS properties using the DOM.

Documentation for this class was provided by MDN.
var disabled : Bool
Returns true if the stylesheet is disabled, and false if not
var media : String
Specifies the intended destination medium for style information.
var scoped : Bool
var sheet(default,null) : StyleSheet
var type : String
Returns the type of style being applied by this statement.
Back | Index