Skip to content

API Reference / @gtkx/navigation / NavigatorTypeBag

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

NavigatorTypeBag<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:766

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


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


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


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


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


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


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

Released under the MPL-2.0 License.