Dart API Referencedart:htmlStyleElement

StyleElement Interface

See Using dynamic styling information for an overview of the objects used to manipulate specified CSS properties using the DOM.

Extends

Element

Constructors

Code new StyleElement() #

StyleElement();

Fields

Code bool disabled #

Returns true if the stylesheet is disabled, and false if not
bool disabled;

Code String media #

Specifies the intended destination medium for style information.
String media;

Code bool scoped #

bool scoped;

Code final StyleSheet sheet #

final StyleSheet sheet;

Code String type #

Returns the type of style being applied by this statement.
String type;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.