Represents a navigation.

Hierarchy

  • Navigation

Properties

capabilityId?: string

The microfrontend capability when navigating via intent.

pushStateToSessionHistoryStack?: boolean

If true, adds a state to the browser's session history stack.

showSplash?: boolean

If true, instructs the router outlet to show a splash, such as a skeleton or loading indicator, until the microfrontend signals readiness.

See

  • SciRouterOutletElement
  • MicrofrontendPlatformClient.signalReady
url: string

The URL where to navigate to.

Generated using TypeDoc