Dart API Referencedart:htmlSVGScriptElement

SVGScriptElement Interface

The SVGScriptElement interface corresponds to the SVG <script> element.

Extends

SVGExternalResourcesRequired, SVGElement, SVGURIReference

Fields

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.