ariaSort

open var ariaSort: String?(source)

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.

MDN Reference