Configurator.Internal.default

configurator-core/src/configurator.internal.default

Hierarchy

Implements

Table of contents

Constructors

Methods

Constructors

constructor

new default(creator?)

Parameters

NameType

creator?

string

Methods

boot

boot(settings?): void

Parameters

NameType

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

NameType

element?

HTMLElement

Returns

void

Implementation of

LifeCycleCallbacks.resume


teardown

teardown(): void

Returns

void

Last updated