Skip to content

API Reference / @gtkx/navigation / ScreenLayoutArgs

Type Alias: ScreenLayoutArgs<ParamList, RouteName, ScreenOptions, Navigation>

ScreenLayoutArgs<ParamList, RouteName, ScreenOptions, Navigation> = 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:499

Type Parameters

ParamList

ParamList extends ParamListBase

RouteName

RouteName extends keyof ParamList

ScreenOptions

ScreenOptions extends object

Navigation

Properties

children

children: React.ReactElement

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


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


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


route

route: ScreenRouteProp<ParamList, RouteName>

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


theme

theme: ReactNavigation.Theme

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

Released under the MPL-2.0 License.