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