isMap property
bool
get
isMap
The HTMLImageElement property isMap
is a
Boolean value which indicates that the image is to be used by a
server-side image map.
This may only be used on images located within an a
element.
Note: For accessibility reasons, you should generally avoid using server-side image maps, as they require the use of a mouse. Use a client-side image map instead.
Implementation
external bool get isMap;
set
isMap
(bool value)
Implementation
external set isMap(bool value);