Skip to main content
Version: 1.x

Interface: SectionLinkNavigationOptions

Options for navigateToSectionLink.

Example

const opts: SectionLinkNavigationOptions = { timeout: 10_000 };

Properties

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.