Planner.Planner
planner-core/src/planner.Planner
Hierarchy
↳
Planner
Table of contents
Constructors
Methods
Constructors
constructor
• new Planner(creator?
)
Parameters
Name
Type
creator?
string
Inherited from
Methods
boot
â–¸ boot(settings?
): void
Parameters
Name
Type
settings?
object
Returns
void
Inherited from
destroy
â–¸ destroy(): void
Returns
void
Inherited from
getApi
â–¸ getApi(): default
Returns
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