Skip to content

API Reference / @gtkx/navigation / RouteConfig

Type Alias: RouteConfig<ParamList, RouteName, State, ScreenOptions, EventMap, Navigation>

RouteConfig<ParamList, RouteName, State, ScreenOptions, EventMap, Navigation> = RouteConfigProps<ParamList, RouteName, State, ScreenOptions, EventMap, Navigation> & RouteConfigComponent<ParamList, RouteName>

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:602

Type Parameters

ParamList

ParamList extends ParamListBase

RouteName

RouteName extends keyof ParamList

State

State extends NavigationState

ScreenOptions

ScreenOptions extends object

EventMap

EventMap extends EventMapBase

Navigation

Released under the MPL-2.0 License.