botbook/node_modules/@azure/msal-browser/dist/navigation/NavigationOptions.d.ts
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

13 lines
No EOL
537 B
TypeScript

import { ApiId } from "../utils/BrowserConstants";
/**
* Additional information passed to the navigateInternal and navigateExternal functions
*/
export type NavigationOptions = {
/** The Id of the API that initiated navigation */
apiId: ApiId;
/** Suggested timeout (ms) based on the configuration provided to PublicClientApplication */
timeout: number;
/** When set to true the url should not be added to the browser history */
noHistory: boolean;
};
//# sourceMappingURL=NavigationOptions.d.ts.map