Home > @shopware-pwa/composables > IUseCurrency
# IUseCurrency 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 IUseCurrency
# Properties
Property | Type | Description |
---|---|---|
availableCurrencies | ComputedRef<Currency[]> | (BETA) |
currency | ComputedRef<Currency | null> | (BETA) |
currencySymbol | ComputedRef<string> | (BETA) |
loadAvailableCurrencies | (options?: { forceReload: boolean; }) => Promise<void> | (BETA) |
setCurrency | (parameter: Partial<Currency>) => Promise<void> | (BETA) |