Interface describing the shape of a RouterSegment. A
Segment represents a Router.navigated Route and its
corresponding Params. As Routes are represented in a
tree-like structure and one Segment represents one layer within the
Route-tree, each Segment may have a Segment.parent
and/or a child. The resulting graph of Segments represents the
Router.navigated path through the underlying Route-tree.
Interface describing the shape of a Router Segment. A Segment represents a Router.navigated Route and its corresponding Params. As Routes are represented in a tree-like structure and one Segment represents one layer within the Route-tree, each Segment may have a Segment.parent and/or a child. The resulting graph of Segments represents the Router.navigated path through the underlying Route-tree.