API Reference / @gtkx/navigation / Descriptor
Type Alias: Descriptor<ScreenOptions, Navigation, Route>
Descriptor<
ScreenOptions,Navigation,Route> =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:506
Type Parameters
ScreenOptions
ScreenOptions extends object
Navigation
Navigation extends NavigationProp<any, any, any, any, any, any>
Route
Route extends RouteProp<any, any>
Properties
navigation
navigation:
Navigation
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:522
Navigation object for the screen
options
options:
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:514
Options for the route.
route
route:
Route
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:518
Route object for the screen
Methods
render()
render():
Element
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:510
Render the component associated with this route.
Returns
Element