Skip to content

API Reference / @gtkx/navigation / TabActionType

Type Alias: TabActionType

TabActionType = object

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/SwitchRouter.d.ts:2

Properties

payload

payload: object

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/SwitchRouter.d.ts:4

name

name: string

params?

optional params?: object


source?

optional source?: string

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/SwitchRouter.d.ts:8


target?

optional target?: string

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/SwitchRouter.d.ts:9


type

type: "JUMP_TO"

Defined in: node_modules/.pnpm/@react-navigation+routers@7.6.4/node_modules/@react-navigation/routers/lib/typescript/src/SwitchRouter.d.ts:3

Released under the MPL-2.0 License.