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

Configurator.Internal.default

Hierarchy

Implements

Table of contents

Constructors

Methods

Constructors

constructor

new default(creator?)

Parameters

Name
Type

creator?

string

Methods

boot

boot(settings?): void

Parameters

Name
Type

settings?

object

Returns

void


destroy

destroy(): void

Returns

void

Implementation of

LifeCycleCallbacks.destroy


getApi

Abstract getApi(): ExternalEmbeddable<any>

Returns

ExternalEmbeddable<any>


getRapiAccess

getRapiAccess(): default

returns the instance of the rapi access so that the user of the SDK can fetch data from the Roomle backend

Params

none

Returns

default

RapiAccess


pause

pause(): void

Returns

void

Implementation of

LifeCycleCallbacks.pause


resume

resume(element?): void

Parameters

Name
Type

element?

HTMLElement

Returns

void

Implementation of

LifeCycleCallbacks.resume


teardown

teardown(): void

Returns

void

Last updated