Skip to content

API Reference / @gtkx/navigation / CompositeScreenProps

Type Alias: CompositeScreenProps<A, B>

CompositeScreenProps<A, B> = 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:490

Type Parameters

A

A extends object

B

B extends object

Properties

navigation: CompositeNavigationProp<A["navigation"], B["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:496


route

route: A["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:497

Released under the MPL-2.0 License.