ariaValueMin property
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;
Implementation
external set ariaValueMin(String? value);