Haxe API Documentation
Back |
Indexextern class js.html.StyleElement
Available in js
- 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