Configurator.Internal.default
Last updated
• new default(creator?)
creator?
string
▸ boot(settings?): void
settings?
object
void
▸ destroy(): void
void
LifeCycleCallbacks.destroy
▸ Abstract getApi(): ExternalEmbeddable<any>
ExternalEmbeddable<any>
▸ 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
RapiAccess
▸ pause(): void
void
LifeCycleCallbacks.pause
▸ resume(element?): void
element?
HTMLElement
void
LifeCycleCallbacks.resume
▸ teardown(): void
void
Last updated