RoomleConfigurator.Internal.default-6

configurator-core/src/roomle-configurator.internal.default

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new default(creator)

Parameters

NameType

creator

string

Properties

_creator_

_creator_: string

Implementation of

Context.creator

Methods

cleanUp

cleanUp(): void

Returns

void


fetch

fetch(url, options): Promise<unknown>

Parameters

NameType

url

string

options

Object

options.id

string

Returns

Promise<unknown>


loadScripts

loadScripts(scripts): Promise<any[]>

Parameters

NameType

scripts

Returns

Promise<any[]>

Last updated