ariaColIndex property
The ariaColIndex
property of the Element
interface reflects the
value of the
aria-colindex
attribute, which defines an element's column index or position with
respect to the total number of columns within a table, grid, or treegrid.
Implementation
external String? get ariaColIndex;
Implementation
external set ariaColIndex(String? value);