Skip to content

API Reference / @gtkx/navigation / TypeBag

Type Alias: TypeBag<ParamList, NavigatorID, State, ScreenOptions, EventMap, NavigationList, Navigator>

TypeBag<ParamList, NavigatorID, State, ScreenOptions, EventMap, NavigationList, Navigator> = object

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

Type Parameters

ParamList

ParamList extends ParamListBase

NavigatorID extends string | undefined

State

State extends NavigationState

ScreenOptions

ScreenOptions extends object

EventMap

EventMap extends EventMapBase

NavigationList extends NavigationListBase<ParamList>

Navigator extends React.ComponentType<any>

Properties

EventMap

EventMap: EventMap

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


NavigationList: NavigationList

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


Navigator: Navigator

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


NavigatorID: NavigatorID

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


ParamList

ParamList: ParamList

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


ScreenOptions

ScreenOptions: ScreenOptions

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


State

State: State

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

Released under the MPL-2.0 License.