UtilsShims.GlobalInitDataDefinition

common-core/src/utils/shims.GlobalInitDataDefinition

Init data parameters which are not context specific

Implemented by

Table of contents

Properties

Properties

alwaysUseCache

Optional alwaysUseCache: boolean

Deprecated

Description

when set to true and assets were prechaced by the asset loader they are returned from cache. Otherwise we always return a fresh copy from network usage: alwaysUseCache=true default: not set -> assets fetched from url, set -> assets from cache


locale

Optional locale: string

Description

locale to use for the embedding instance


overrideCountry

Optional overrideCountry: string

Description

Set country to use for the Roomle price service. If not used the customer IP address will be used to determine the location. usage: overrideCountry=de

Last updated