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/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.