Skip to content

API Reference / @gtkx/navigation / StaticParamList

Type Alias: StaticParamList<T>

StaticParamList<T> = FlatType<ParamListForScreens<T["config"]["screens"]> & ParamListForGroups<T["config"]["groups"]>>

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

Infer the param list from the static navigation config.

Type Parameters

T

T extends StaticNavigationConfig

Released under the MPL-2.0 License.