Skip to content

API Reference / @gtkx/navigation / TypedNavigator

Type Alias: TypedNavigator<Bag, Config>

TypedNavigator<Bag, Config> = undefined extends Config ? TypedNavigatorInternal<Bag["ParamList"], Bag["NavigatorID"], Bag["State"], Bag["ScreenOptions"], Bag["EventMap"], Bag["NavigationList"], Bag["Navigator"]> : TypedNavigatorStatic<Bag, Config> & PrivateValueStore<[Bag["ParamList"], Bag["NavigationList"], unknown]>

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/types.d.ts:790

Type Parameters

Bag

Bag extends NavigatorTypeBagBase

Config

Config = unknown

Released under the MPL-2.0 License.