Skip to content

API Reference / @gtkx/navigation / DrawerActionType

Type Alias: DrawerActionType

DrawerActionType = TabActionType | { source?: string; target?: string; type: "OPEN_DRAWER" | "CLOSE_DRAWER" | "TOGGLE_DRAWER"; }

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

Released under the MPL-2.0 License.