ariaRoleDescription property
String?
get
ariaRoleDescription
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;
set
ariaRoleDescription
(String? value)
Implementation
external set ariaRoleDescription(String? value);