Skip to main content
Version: 1.x

Interface: NavigationOptions

Defined in: src/modules/navigation.ts:73

Options for navigation functions.

Example

const opts: NavigationOptions = { timeout: 10_000, waitForStable: true };

Properties

baseURL?

readonly optional baseURL: string

Defined in: src/modules/navigation.ts:79

Base URL for the application. Reserved for future use.


timeout?

readonly optional timeout: number

Defined in: src/modules/navigation.ts:75

Timeout in ms for stability wait. Defaults to DEFAULT_TIMEOUTS.UI5_WAIT.


waitForStable?

readonly optional waitForStable: boolean

Defined in: src/modules/navigation.ts:77

Whether to wait for UI5 stability after navigation. Defaults to true.