ariaLabel property
The ariaLabel
property of the Element
interface reflects the value
of the
aria-label
attribute, which defines a string value that labels the current element.
Implementation
external String? get ariaLabel;
Implementation
external set ariaLabel(String? value);