ariaValueMin property

String? get ariaValueMin
inherited

The ariaValueMin property of the Element interface reflects the value of the aria-valuemin attribute, which defines the minimum allowed value for a range widget.

Implementation

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

Implementation

external set ariaValueMin(String? value);