feathers.controls.navigators

..
BaseNavigator

Base class for navigator components.

PageItem

An individual item that will be displayed by a PageNavigator component.

PageNavigator

A container that supports navigation between views using a PageIndicator.

Route

An individual item that will be displayed by a RouterNavigator component. Provides the URL path, the view, and an optional list of events to map to actions (like navigate) on the RouterNavigator.

RouterAction

Events dispatched by the active view in RouterNavigator may trigger actions, such as navigation.

RouterNavigator

Integrates with the HTML5 history API to allow navigation between views, including support for the browser's native back and forward buttons.

StackAction

Events dispatched by the active view in StackNavigator may trigger actions, such as navigation.

StackItem

An individual item that will be displayed by a StackNavigator component. Provides the view, an optional function to set properties before the view is displayed, and an optional list of events to map to actions (like push, pop, and replace) on the StackNavigator.

StackNavigator

A "view stack"-like container that supports navigation between items with history. New items are pushed to the top of a stack, and popping the active item will navigate to the previous item.

TabItem

An individual item that will be displayed by a TabNavigator component.

TabNavigator

A container that supports navigation between views using a tab bar.