Skip to content

API Reference / @gtkx/navigation / PartialState

Type Alias: PartialState<State>

PartialState<State> = Partial<Omit<State, "stale" | "routes">> & Readonly<{ routes: PartialRoute<Route<State["routeNames"][number]>>[]; stale?: true; }>

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

Type Parameters

State

State extends NavigationState

Released under the MPL-2.0 License.