Skip to content

API Reference / @gtkx/navigation / PathConfigMap

Type Alias: PathConfigMap<ParamList>

PathConfigMap<ParamList> = { [RouteName in keyof ParamList]?: NonNullable<ParamList[RouteName]> extends NavigatorScreenParams<infer T extends {}> ? string | PathConfig<T> : string | Omit<PathConfig<{}>, "screens" | "initialRouteName"> }

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

Type Parameters

ParamList

ParamList extends object

Released under the MPL-2.0 License.