ariaExpanded property

String? get ariaExpanded

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;
set ariaExpanded (String? value)

Implementation

external set ariaExpanded(String? value);