ariaPosInSet property
String?
get
ariaPosInSet
The ariaPosInSet
property of the Element interface reflects the
value of the
aria-posinset
attribute, which defines an element's number or position in the current
set of listitems or treeitems.
Implementation
external String? get ariaPosInSet;
set
ariaPosInSet
(String? value)
Implementation
external set ariaPosInSet(String? value);