The text announced when the area got closed.
The delay of the announcement in millisecond.
An HTMLHyloAccessibilityAnnouncementElement component eather as element or css query selection. If not set it looks for an hylo-page-root component and uses its element.
Used to announce opened or closed status. "announcementOpened" and/or "announcementClosed" needs to be set.
The text announced when the area got opened.
Fires when the area gets closed or opened.
Fires when the area gets closed/hidden.
Fires when the area gets opened/visible.
Generated using TypeDoc
Handles the visibility of an area regarding accessibility and screen readers. Does not manage the actual visibility from a style perspective.
To match the actual visibility, additional styles need to be added. The classes "open" and "hylo-open" are added/removed to this element depending on its status.
You can change the visibility by using the provided mehtodes or by adding/removing the class "open".