RoomleConfigurator.Internal.default-6
configurator-core/src/roomle-configurator.internal.default
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new default(creator)
Parameters
Name
Type
creator
string
Properties
_creator_
• _creator_: string
Implementation of
Methods
cleanUp
▸ cleanUp(): void
Returns
void
fetch
▸ fetch(url, options): Promise<unknown>
Parameters
Name
Type
url
string
options
Object
options.id
string
Returns
Promise<unknown>
loadScripts
▸ loadScripts(scripts): Promise<any[]>
Parameters
Name
Type
scripts
Returns
Promise<any[]>
Last updated