RoomlePlanner.RoomlePlannerCallback
planner-core/src/roomle-planner.RoomlePlannerCallback
Implemented by
Table of contents
Properties
Properties
cancelSelection
• cancelSelection: () => void
Type declaration
▸ (): void
Returns
void
deleteSelection
• deleteSelection: () => void
Type declaration
▸ (): void
Returns
void
rotateSelection
• rotateSelection: (rotateBy
: number
) => void
Type declaration
▸ (rotateBy
): void
Parameters
Returns
void
switchToConfigurator
• switchToConfigurator: () => Promise
<Configurator
>
Type declaration
▸ (): Promise
<Configurator
>
Returns
Promise
<Configurator
>
switchToViewer
• switchToViewer: () => Promise
<GlbViewer
>
Type declaration
▸ (): Promise
<GlbViewer
>
Returns
Promise
<GlbViewer
>
Last updated