Configurator.Internal.default-7
configurator-core/src/configurator.internal.default
Init data parameters which are not context specific
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new default(creator
)
Parameters
creator
string
Properties
_creator_
• _creator_: string
Implementation of
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
Implementation of
GlobalInitDataDefinition.alwaysUseCache
configuratorId
• Optional
configuratorId: string
Implementation of
GlobalInitDataDefinition.configuratorId
customApiUrl
• Optional
customApiUrl: string
Implementation of
GlobalInitDataDefinition.customApiUrl
e2e
• Optional
e2e: boolean
= false
Implementation of
GlobalInitDataDefinition.e2e
e2eRoomleRendererForImages
• Optional
e2eRoomleRendererForImages: boolean
= false
Implementation of
GlobalInitDataDefinition.e2eRoomleRendererForImages
locale
• Optional
locale: string
Description
locale to use for the embedding instance
Implementation of
GlobalInitDataDefinition.locale
overrideCountry
• Optional
overrideCountry: string
= null
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
Implementation of
GlobalInitDataDefinition.overrideCountry
overrideRapi
• Optional
overrideRapi: RapiServerUrlType
Implementation of
GlobalInitDataDefinition.overrideRapi
overrideTenant
• Optional
overrideTenant: number
Implementation of
GlobalInitDataDefinition.overrideTenant
Methods
setOverrides
▸ setOverrides(globalInitData
): void
Parameters
globalInitData
Returns
void
Last updated