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.

Reporesents a route to be used with Router.

This class represents one element in a linked list, that forms a multi-level route path with optional parameters for each part of the path.

The instances are immutable.

Location

Namespace
Fuse.Navigation
Package
Fuse.Navigation 2.9.1
Show Uno properties and methods

Interface of Route

SubRoute : Route uno

Points to the next Route object in a linked list of path elements. Can be null if this is the last path element in the route.

Inherited from object