ariaSort property
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;
Implementation
external set ariaSort(String? value);