Planner.Planner
planner-core/src/planner.Planner
Type parameters
Name
Type
P
extends readonly PluginName[] = readonly []
Hierarchy
↳
Planner
Table of contents
Constructors
Methods
Constructors
constructor
• new Planner<P>(creator?, activePlugins?)
Type parameters
Name
Type
P
extends readonly "external-objects"[] = readonly []
Parameters
Name
Type
creator?
string
activePlugins?
P
Overrides
Methods
boot
▸ boot(settings?): void
Parameters
Name
Type
settings?
object
Returns
void
Inherited from
destroy
▸ destroy(): void
Returns
void
Inherited from
getApi
▸ getApi(): default<P>
Returns
default<P>
Overrides
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
RapiAccess
Inherited from
pause
▸ pause(): void
Returns
void
Inherited from
resume
▸ resume(element?): void
Parameters
Name
Type
element?
HTMLElement
Returns
void
Inherited from
teardown
▸ teardown(): void
Returns
void
Inherited from
Last updated