ariaAtomic property
      
      String?
      get
      ariaAtomic
      
    
    
The ariaAtomic property of the Element interface reflects the
value of the
aria-atomic
attribute, which indicates whether assistive technologies will present
all, or only parts of, the changed region based on the change
notifications defined by the
aria-relevant
attribute.
Implementation
external String? get ariaAtomic;
      
      set
      ariaAtomic
      (String? value) 
      
    
    
    
Implementation
external set ariaAtomic(String? value);