ariaValueMax property

String? get ariaValueMax

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)

Implementation

external set ariaValueMax(String? value);