Rest
...elements: Component<unknown>[]Readonly
containerOptional
onIf 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()
;
Optional
onIf 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()
;
Extends NavigationGroup and provides additional logic for hiding and showing the UI on the root container.