ariaValueMax property

String? get ariaValueMax
inherited

The ariaValueMax property of the Element interface reflects the value of the aria-valuemax attribute, which defines the maximum allowed value for a range widget.

Implementation

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

Implementation

external set ariaValueMax(String? value);