Skip to content

API Reference / @gtkx/navigation / TabActions

Variable: TabActions

const TabActions: object

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/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

readonly payload: object

payload.name

readonly name: string

payload.params

readonly params: object | undefined

type

readonly type: "JUMP_TO"

Released under the MPL-2.0 License.