ariaSetSize property
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;
Implementation
external set ariaSetSize(String? value);