baseVal property
      
      String
      get
      baseVal
      
    
    
BaseVal gets or sets the base value of the given attribute before any animations are applied. The base value of the given attribute before applying any animations. Setter throws DOMException.
Implementation
external String get baseVal;
      
      set
      baseVal
      (String value) 
      
    
    
    
Implementation
external set baseVal(String value);