Skip to content

API Reference / @gtkx/navigation / PartialRoute

Type Alias: PartialRoute<R>

PartialRoute<R> = Omit<R, "key"> & object

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

Type Declaration

key?

optional key?: string

state?

optional state?: PartialState<NavigationState>

Type Parameters

R

R extends Route<string>

Released under the MPL-2.0 License.