ariaValueNow property

String? get ariaValueNow
inherited

The ariaValueNow property of the Element interface reflects the value of the aria-valuenow attribute, which defines the current value for a range widget.

Implementation

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

Implementation

external set ariaValueNow(String? value);