Skip to content

API Reference / @gtkx/navigation / NavigationContainerProps

Type Alias: NavigationContainerProps<ParamList>

NavigationContainerProps<ParamList> = Omit<CoreContainerProps, "navigationInChildEnabled" | "theme"> & object

Defined in: packages/navigation/dist/navigation-container.d.ts:4

Props of NavigationContainer.

Type Declaration

ref?

optional ref?: Ref<NavigationContainerRef<ParamList>>

Receives the container's imperative navigation API.

theme?

optional theme?: ReactNavigation.Theme

Theme handed to useTheme and option callbacks; defaults to the live Adwaita style state.

Type Parameters

ParamList

ParamList extends object = ReactNavigation.RootParamList

Released under the MPL-2.0 License.