Home > @shopware-pwa/composables > Routing

# Routing 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.

Signature:

export interface Routing 

# Properties

Property Type Description
availableDomains any (BETA)
fallbackDomain string | undefined (BETA)
fallbackLocale string | undefined (BETA)
getCurrentDomain ComputedRef<string> (BETA)
getUrl (path: string) => string (BETA)
pwaHost string | undefined (BETA)
setCurrentDomain (domainData: any) => void (BETA)