ariaValueText property

String? get ariaValueText

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)

Implementation

external set ariaValueText(String? value);