ariaRowCount property

String? get ariaRowCount
inherited

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)
inherited

Implementation

external set ariaRowCount(String? value);