ariaDescription property

String? get ariaDescription
inherited

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;
set ariaDescription (String? value)
inherited

Implementation

external set ariaDescription(String? value);