Dart API Referencedart:htmlSVGAElement

SVGAElement Interface

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

Extends

SVGElement, SVGTransformable, SVGLangSpace, SVGStylable, SVGExternalResourcesRequired, SVGTests, SVGURIReference

Fields

Code final SVGAnimatedString target #

Corresponds to attribute target on the given <a> element.
final SVGAnimatedString target;

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.