RoomlePlanner.RoomlePlannerCallback
planner-core/src/roomle-planner.RoomlePlannerCallback
Implemented by
Table of contents
Properties
Properties
cancelSelection
• cancelSelection: (reason: CancelSelectionReasons) => void
Type declaration
▸ (reason): void
Parameters
Name
Type
reason
Returns
void
deleteSelection
• deleteSelection: () => void
Type declaration
▸ (): void
Returns
void
rotateSelection
• rotateSelection: (rotateBy: number) => void
Type declaration
▸ (rotateBy): void
Parameters
Name
Type
rotateBy
number
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