Dart API Referencedart:htmlSVGViewElement

SVGViewElement Interface

The SVGViewElement interface provides access to the properties of <view> elements, as well as methods to manipulate them.

Extends

SVGZoomAndPan, SVGFitToViewBox, SVGExternalResourcesRequired, SVGElement

Fields

Code final SVGStringList viewTarget #

Corresponds to attribute viewTarget on the given <view> element. A list of DOMString values which contain the names listed in the viewTarget attribute. Each of the DOMString values can be associated with the corresponding element using the getElementById() method call.
final SVGStringList viewTarget;

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.