Skip to content

API Reference / @gtkx/navigation / DefaultRouterOptions

Type Alias: DefaultRouterOptions<RouteName>

DefaultRouterOptions<RouteName> = object

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

Type Parameters

RouteName

RouteName extends string = string

Properties

initialRouteName?

optional initialRouteName?: RouteName

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

Name of the route to focus by on initial render. If not specified, usually the first route is used.

Released under the MPL-2.0 License.