Optional
anchor?: "left" | "top" | "bottom" | "right"Default 'left'
Optional
bottomItems?: NavigationDrawerItem[]Default []
Optional
debugDefaultRootPath?: stringDefault '/debug'
Optional
debugItems?: boolean | ((defaultRoutes: NavigationDrawerItem[]) => NavigationDrawerItem[])Default false. Can be modified by providing a callback, it will get the default routes and expects return with changed ones.
Optional
onClose?: (itemClicked?: NavigationDrawerItem) => void | Promise<void>Default undefined
Builds the Drawer from passed items