Interface: SpaceNavigationOptions
Options for navigateToSpace.
Example
const opts: SpaceNavigationOptions = { timeout: 10_000, exact: true };
Properties
exact?
readonlyoptionalexact?:boolean
Whether to match the space title exactly. Defaults to true.
timeout?
readonlyoptionaltimeout?:number
Timeout in ms for click and stability wait. Defaults to DEFAULT_TIMEOUTS.UI5_WAIT.
waitForStable?
readonlyoptionalwaitForStable?:boolean
Whether to wait for UI5 stability after navigation. Defaults to true.