Optionalanchor?: "left" | "top" | "bottom" | "right"Default 'left'
OptionalbottomItems?: NavigationDrawerItem[]Default []
OptionaldebugDefaultRootPath?: stringDefault '/debug'
OptionaldebugItems?: 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.
OptionalonClose?: (itemClicked?: NavigationDrawerItem) => void | Promise<void>Default undefined
Builds the Drawer from passed items