API Reference / @gtkx/navigation / DrawerNavigationProp
Type Alias: DrawerNavigationProp<ParamList, RouteName, NavigatorID>
DrawerNavigationProp<
ParamList,RouteName,NavigatorID> =NavigationProp<ParamList,RouteName,NavigatorID,DrawerNavigationState<ParamList>,DrawerNavigationOptions,DrawerNavigationEventMap> &DrawerActionHelpers<ParamList>
Defined in: packages/navigation/dist/drawer/types.d.ts:28
Navigation object of a drawer screen.
Type Parameters
ParamList
ParamList extends ParamListBase
RouteName
RouteName extends keyof ParamList = keyof ParamList
NavigatorID
NavigatorID extends string | undefined = undefined