Planner.Planner
Last updated
Last updated
.Planner
P
↳ Planner
• new Planner<P
>(creator?
, activePlugins?
)
P
extends readonly "external-objects"
[] = readonly []
creator?
string
activePlugins?
P
â–¸ boot(settings?
): void
settings?
object
void
â–¸ destroy(): void
void
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
â–¸ resume(element?
): void
element?
HTMLElement
void
â–¸ teardown(): void
void
extends readonly [] = readonly []
.
.
.
â–¸ getApi(): <P
>
<P
>
.
â–¸ getRapiAccess():
.
.
.
.