ariaSelected property
The ariaSelected
property of the Element
interface reflects the
value of the
aria-selected
attribute, which indicates the current "selected" state of elements that
have a selected state.
Implementation
external String? get ariaSelected;
Implementation
external set ariaSelected(String? value);