Skip to content

API Reference / @gtkx/navigation / DrawerItemList

Variable: DrawerItemList

const DrawerItemList: ({ state, navigation, descriptors }) => ReactNode

Defined in: packages/navigation/dist/drawer/drawer-item-list.d.ts:4

Lists the drawer routes as rows of a GtkListBox; activating a row navigates to its route.

Parameters

{ state, navigation, descriptors }

DrawerContentProps

Returns

ReactNode

Released under the MPL-2.0 License.