API Reference / @gtkx/navigation / TabRouterOptions
Type Alias: TabRouterOptions
TabRouterOptions =
DefaultRouterOptions&object
Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4_patch_hash=264e3b1766bd6c68d737cc5a0462f4d031997ddce4982d95ed9fbbc91906b77e/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