ariaSelected property

String? get ariaSelected
inherited

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;
set ariaSelected (String? value)
inherited

Implementation

external set ariaSelected(String? value);