Skip to main content
Version: 1.x

Interface: SpaceNavigationOptions

Options for navigateToSpace.

Example

const opts: SpaceNavigationOptions = { timeout: 10_000, exact: true };

Properties

exact?

readonly optional exact?: boolean

Whether to match the space title exactly. Defaults to true.


timeout?

readonly optional timeout?: number

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


waitForStable?

readonly optional waitForStable?: boolean

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