API Reference / @gtkx/navigation / TabActions
Variable: TabActions
constTabActions:object
Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4_patch_hash=264e3b1766bd6c68d737cc5a0462f4d031997ddce4982d95ed9fbbc91906b77e/node_modules/@react-navigation/routers/lib/typescript/src/TabRouter.d.ts:31
Type Declaration
jumpTo()
jumpTo(
name,params?):object
Parameters
name
string
params?
object
Returns
object
payload
readonlypayload:object
payload.name
readonlyname:string
payload.params
readonlyparams:object|undefined
type
readonlytype:"JUMP_TO"