Type Alias NavigateToDashboardPath
NavigateToDashboardPath: (
options: { path: string; type?: "push" | "replace" },
) => void
Type declaration
- (options: { path: string; type?: "push" | "replace" }): void
Parameters
- options: { path: string; type?: "push" | "replace" }
Returns void
Reports an in-app navigation to the Dashboard so the browser URL and the Dashboard's own router follow the app.
typedefaults to'push'and only applies in the federated runtime; see useNavigate.