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