Skip to content

API Reference / @gtkx/navigation / RouterConfigOptions

Type Alias: RouterConfigOptions

RouterConfigOptions = object

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

Properties

routeGetIdList

routeGetIdList: Record<string, ((options) => string | undefined) | undefined>

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


routeNames

routeNames: string[]

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


routeParamList

routeParamList: ParamListBase

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

Released under the MPL-2.0 License.