ariaDescription property

String? get ariaDescription

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)

Implementation

external set ariaDescription(String? value);