Home > @shopware-pwa/composables > IUseNavigation

# IUseNavigation interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

interface for useNavigation composable

Signature:

export interface IUseNavigation 

# Properties

Property Type Description
fetchNavigationElements (depth: number) => Promise<void> (BETA)
fetchRoutes () => Promise<void> (BETA)
navigationElements Ref<Readonly<NavigationElement[]>> (BETA)
routes Ref<Readonly<any>> (BETA)