enum
NavLinkFallback
Defines the fallback behavior when a navigation target isn't found.
Fields
| Name | Description |
|---|---|
| DoNothing | Don't fire any additional events, and don't try to navigate outside the active navigation scope. |
| FireDirectionEvent | Fire events to allow event handlers to choose how the current state should be handled. |
| NavigateOutsideScope | Perform a navigation query for the nearest navigable element outside the active navigation scope. |