ReadonlycontainerOptionalonIf overwritten, allows to implement custom action behavior. Per default, the internal handler will still be
executed. To prevent execution of the default action handler, call preventDefault();
OptionalonIf overwritten, allows to implement custom navigation behavior. Per default, the internal handler will still be
executed. To prevent execution of the default navigation handler, call preventDefault();
Disable navigation group
Call blur on active element, set as undefined, and track it as element before disable.
Enable navigation group
Sets active element to either element that was active before disable, or first element of tracked elements. If it is settings panel, it will always focus first element in the list.
Returns the active HTMLElement.
Handles an action event.
The action of the event
Handles a navigation event.
The direction of the navigation event
true if navigation was successful, false otherwise
Dispose of navigation group
Extends NavigationGroup and provides additional logic for hiding and showing the UI on the root container.