ariaRoleDescription property

String? get ariaRoleDescription
inherited

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)
inherited

Implementation

external set ariaRoleDescription(String? value);