ariaRoleDescription property
The ariaRoleDescription
property of the Element
interface reflects
the value of the
aria-roledescription
attribute, which defines a human-readable, author-localized description
for the role of an element.
Implementation
external String? get ariaRoleDescription;
Implementation
external set ariaRoleDescription(String? value);