For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomleConfigurator.Internal.default-6

Implements

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new default(creator)

Parameters

Name
Type

creator

string

Properties

_creator_

_creator_: string

Implementation of

Context.creator

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

ScriptData[]

Returns

Promise<any[]>

Last updated