Interface: NavigationOptions
Defined in: src/modules/navigation.ts:73
Options for navigation functions.
Example
const opts: NavigationOptions = { timeout: 10_000, waitForStable: true };
Properties
baseURL?
readonlyoptionalbaseURL:string
Defined in: src/modules/navigation.ts:79
Base URL for the application. Reserved for future use.
timeout?
readonlyoptionaltimeout:number
Defined in: src/modules/navigation.ts:75
Timeout in ms for stability wait. Defaults to DEFAULT_TIMEOUTS.UI5_WAIT.
waitForStable?
readonlyoptionalwaitForStable:boolean
Defined in: src/modules/navigation.ts:77
Whether to wait for UI5 stability after navigation. Defaults to true.