useMap property

String get useMap

The useMap property on the HTMLImageElement interface reflects the value of the usemap attribute, which is a string providing the name of the client-side image map to apply to the image.

Implementation

external String get useMap;
set useMap (String value)

Implementation

external set useMap(String value);