RoomleConfiguratorApi.default
Embedding API Reference / Modules / roomle-configurator-api / default
Class: default<SdkType, SdkCallbacks>
roomle-configurator-api.default
Type parameters
SdkType
SdkCallbacks
Implements
Table of contents
Properties
Methods
Properties
analytics
• analytics: Object
Type declaration
callbacks
Implementation of
extended
• extended: SdkType
Implementation of
global
• global: Object
Type declaration
callbacks
GlobalCallback
Implementation of
ui
• ui: ExposedApi
Implementation of
Methods
teardown
â–¸ teardown(): void
Returns
void
create
Method to create a new instance of a Roomle Configurator
Parameters
configuratorId
string
the id which identifies your configurator, you will get this ID from your Roomle Contact Person
container
HTMLElement
DOM container in which the configurator should be placed
Returns
Deprecated
please use "createConfigurator"
createConfigurator
Method to create a new instance of a Roomle Configurator
Parameters
configuratorId
string
the id which identifies your configurator, you will get this ID from your Roomle Contact Person
container
HTMLElement
DOM container in which the configurator should be placed
Returns
createPlanner
Parameters
Returns
createViewer
Method to create a new instance of a Roomle Viewer
Parameters
configuratorId
string
the id which identifies your configurator, you will get this ID from your Roomle Contact Person
container
HTMLElement
DOM container in which the configurator should be placed
Returns
Last updated