useMap property
String
get
useMap
Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.
Implementation
_i2.String get useMap => _i4.getProperty(
this,
'useMap',
);
set
useMap
(String value)
Implementation
set useMap(_i2.String value) {
_i4.setProperty(
this,
'useMap',
value,
);
}