ariaPosInSet property

String? get ariaPosInSet
inherited

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)
inherited

Implementation

external set ariaPosInSet(String? value);