width property
      
      String
      get
      width
      
    
    
The width property of the
HTMLObjectElement interface returns a string that
reflects the
width
HTML attribute, specifying the
displayed width of the resource in CSS pixels.
Implementation
external String get width;
      
      set
      width
      (String value) 
      
    
    
    
Implementation
external set width(String value);