This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

The level of navigation that determines whether a page is active or inactive.

Location

Namespace
Fuse.Navigation
Package
Fuse.Navigation 2.9.1

Possible Values

Local

Only the most recent ancestor navigation considered. A page can be active in the local navigation, even if that navigation resides in a page which is not active itself.

Full

The full path is considered -- from here through all navigation instances to the root. A page is only active if all it's ancestor pages are active.

Show Uno properties and methods

Interface of RoutePagePath

Full : RoutePagePath uno

The full path is considered -- from here through all navigation instances to the root. A page is only active if all it's ancestor pages are active.

Local : RoutePagePath uno

Only the most recent ancestor navigation considered. A page can be active in the local navigation, even if that navigation resides in a page which is not active itself.

Inherited from object