API Reference / @gtkx/navigation / TabRouterOptions
Type Alias: TabRouterOptions
TabRouterOptions =
DefaultRouterOptions&object
Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/SwitchRouter.d.ts:11
Type Declaration
backBehavior?
optionalbackBehavior?:BackBehavior
Control how going back should behave
firstRoute- return to the first defined routeinitialRoute- return to the route frominitialRouteNameorder- return to the route defined before the focused routehistory- return to last visited route; if the same route is visited multiple times, the older entries are dropped from the historyfullHistory- return to last visited route; doesn't drop duplicate entries unlikehistory- matches behavior of web pagesnone- do not handle going back