ariaDescription property
The ariaDescription
property of the Element
interface reflects the
value of the
aria-description
attribute, which defines a string value that describes or annotates the
current element.
Implementation
external String? get ariaDescription;
Implementation
external set ariaDescription(String? value);