Skip to content

API Reference / @gtkx/navigation / StaticScreenProps

Type Alias: StaticScreenProps<T>

StaticScreenProps<T> = object

Defined in: node_modules/.pnpm/@react-navigation+core@7.21.13_react@19.2.8/node_modules/@react-navigation/core/lib/typescript/src/StaticNavigation.d.ts:130

Props for a screen component which is rendered by a static navigator. Takes the route params as a generic argument.

Type Parameters

T

T extends Record<string, unknown> | undefined

Properties

route

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/StaticNavigation.d.ts:131

params

params: T

Released under the MPL-2.0 License.