Skip to main content

Interface: NavigationOptions

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

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:57

Base URL for the application. Reserved for future use.


timeout?​

readonly optional timeout: number

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

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


waitForStable?​

readonly optional waitForStable: boolean

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

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