ariaColCount property
The ariaColCount
property of the Element
interface reflects the
value of the
aria-colcount
attribute, which defines the number of columns in a table, grid, or
treegrid.
Implementation
external String? get ariaColCount;
Implementation
external set ariaColCount(String? value);