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