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