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