feathers.controls.navigators
.. | |
---|---|
BaseNavigator | Base class for navigator components. |
HistoryState | |
PageItem | An individual item that will be displayed by a |
PageNavigator | A container that supports navigation between views using a |
Route | An individual item that will be displayed by a |
RouterAction | Events dispatched by the active view in |
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 |
StackItem | An individual item that will be displayed by a |
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 | A container that supports navigation between views using a tab bar. |