Skip to content

NavigateOptions

Options for platform.navigate, a request to the shell to change the top-level location.

optional replace?: boolean;

Replace the current history entry instead of pushing a new one.


to: string;

The destination the shell should navigate to.