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