useMap property

String useMap

Sets or retrieves the URL, often with a bookmark extension (#name), to use as a client-side image map.

MDN Reference

Implementation

_i2.String get useMap => _i4.getProperty(
      this,
      'useMap',
    );
void useMap=(String value)

Implementation

set useMap(_i2.String value) {
  _i4.setProperty(
    this,
    'useMap',
    value,
  );
}