Skip to content

API Reference / @gtkx/navigation / StackNavigationState

Type Alias: StackNavigationState<ParamList>

StackNavigationState<ParamList> = NavigationState<ParamList> & object

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/StackRouter.d.ts:40

Type Declaration

preloadedRoutes

preloadedRoutes: NavigationRoute<ParamList, keyof ParamList>[]

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

type

type: "stack"

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

Type Parameters

ParamList

ParamList extends ParamListBase

Released under the MPL-2.0 License.