API Reference / @gtkx/navigation / TabActionHelpers
Type Alias: TabActionHelpers<ParamList>
TabActionHelpers<
ParamList> =object
Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/TabRouter.d.ts:22
Type Parameters
ParamList
ParamList extends ParamListBase
Methods
jumpTo()
jumpTo<
RouteName>(...args):void
Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/TabRouter.d.ts:29
Jump to an existing tab.
Type Parameters
RouteName
RouteName extends string | number | symbol
Parameters
args
...RouteName extends unknown ? undefined extends ParamList[RouteName] ? [RouteName, ParamList[RouteName]] : [RouteName, ParamList[RouteName]] : never
Returns
void