Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INavOptions

The options passed into a navigation request.

Hierarchy

  • INavOptions

Index

Properties

Properties

Optional hard

hard: boolean

Whether the navigation should be hard URL change instead of an HTML history API change.

Optional skipRouting

skipRouting: boolean

Should the routing stage be skipped when navigating? This will simply rewrite the URL and push the new state to the history API, no routing commands will be triggered.

Generated using TypeDoc