useMap property
      
      String
      get
      useMap
      
    
    
The useMap property of the
HTMLObjectElement interface returns a string that
reflects the
usemap
HTML attribute, specifying a
map element to use.
Implementation
external String get useMap;
      
      set
      useMap
      (String value) 
      
    
    
    
Implementation
external set useMap(String value);