ariaExpanded property
The ariaExpanded
property of the Element
interface reflects the
value of the
aria-expanded
attribute, which indicates whether a grouping element owned or controlled
by this element is expanded or collapsed.
Implementation
external String? get ariaExpanded;
Implementation
external set ariaExpanded(String? value);