NavigationOptions: {
    apiId: ApiId;
    noHistory: boolean;
    timeout: number;
}

Additional information passed to the navigateInternal and navigateExternal functions

Type declaration

  • apiId: ApiId

    The Id of the API that initiated navigation

  • noHistory: boolean

    When set to true the url should not be added to the browser history

  • timeout: number

    Suggested timeout (ms) based on the configuration provided to PublicClientApplication

Generated using TypeDoc