ariaValueText property

String? get ariaValueText
inherited

The ariaValueText property of the Element interface reflects the value of the aria-valuetext attribute, which defines the human-readable text alternative of aria-valuenow for a range widget.

Implementation

external String? get ariaValueText;
set ariaValueText (String? value)
inherited

Implementation

external set ariaValueText(String? value);