ariaHidden property
The ariaHidden
property of the Element
interface reflects the
value of the
aria-hidden
)
attribute, which indicates whether the element is exposed to an
accessibility API.
Implementation
external String? get ariaHidden;
Implementation
external set ariaHidden(String? value);