Skip to content

API Reference / @gtkx/navigation / TabNavigationState

Type Alias: TabNavigationState<ParamList>

TabNavigationState<ParamList> = Omit<NavigationState<ParamList>, "history"> & object

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4_patch_hash=264e3b1766bd6c68d737cc5a0462f4d031997ddce4982d95ed9fbbc91906b77e/node_modules/@react-navigation/routers/lib/typescript/src/TabRouter.d.ts:4

Type Declaration

history

history: object[]

List of previously visited route keys.

preloadedRouteKeys

preloadedRouteKeys: string[]

List of routes' key, which are supposed to be preloaded before navigating to.

type

type: "tab"

Type of the router, in this case, it's tab.

Type Parameters

ParamList

ParamList extends ParamListBase

Released under the MPL-2.0 License.