ariaSort property
      
      String?
      get
      ariaSort
      
    
    
The ariaSort property of the Element interface reflects the value
of the
aria-sort
attribute, which indicates if items in a table or grid are sorted in
ascending or descending order.
Implementation
external String? get ariaSort;
      
      set
      ariaSort
      (String? value) 
      
    
    
    
Implementation
external set ariaSort(String? value);