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

Provides state for navigation trees depending on navigation type.

Signature:

export interface IUseNavigation 

# Properties

Property Type Description
loadNavigationElements (params: { depth: number; }) => Promise<void> (BETA) Load navigation elements
navigationElements ComputedRef<StoreNavigationElement[] | null> (BETA)