ariaSetSize property

String? get ariaSetSize
inherited

The ariaSetSize property of the Element interface reflects the value of the aria-setsize attribute, which defines the number of items in the current set of listitems or treeitems.

Implementation

external String? get ariaSetSize;
set ariaSetSize (String? value)
inherited

Implementation

external set ariaSetSize(String? value);