Rest
...components: Component<unknown>[]Readonly
containerOptional
onOptional
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()
;
If 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()
;