Skip to content

API Reference / @gtkx/navigation / SplitViewNavigationProp

Type Alias: SplitViewNavigationProp<ParamList, RouteName, NavigatorID>

SplitViewNavigationProp<ParamList, RouteName, NavigatorID> = NavigationProp<ParamList, RouteName, NavigatorID, StackNavigationState<ParamList>, SplitViewNavigationOptions, SplitViewNavigationEventMap> & StackActionHelpers<ParamList>

Defined in: packages/navigation/dist/split-view/types.d.ts:9

Navigation object of a split view screen.

Type Parameters

ParamList

ParamList extends ParamListBase

RouteName

RouteName extends keyof ParamList = keyof ParamList

NavigatorID extends string | undefined = undefined

Released under the MPL-2.0 License.