Dart API Referencedart:htmlMapElement

MapElement Interface

The HTML Map element (<map>) is used with <area> elements to define a image map.

Extends

Element

Constructors

Code new MapElement() #

MapElement();

Fields

Code final HTMLCollection areas #

final HTMLCollection areas;

Code String name #

String name;

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.