Dart API Referencedart:htmlSVGStyleElement

SVGStyleElement Interface

The SVGStyleElement interface corresponds to the SVG <style> element.

Extends

SVGElement, SVGLangSpace

Fields

Code bool disabled #

bool disabled;

Code String media #

Corresponds to attribute media on the given element. A DOMException is raised with code NO_MODIFICATION_ALLOWED_ERR on an attempt to change the value of a read only attribut.
String media;

Code String title #

Corresponds to attribute title on the given element. A DOMException is raised with code NO_MODIFICATION_ALLOWED_ERR on an attempt to change the value of a read only attribut.
String title;

Code String type #

Corresponds to attribute type on the given element. A DOMException is raised with code NO_MODIFICATION_ALLOWED_ERR on an attempt to change the value of a read only attribut.
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.