API Reference › Globals › SelectionHandlerEvent
# Class: SelectionHandlerEvent
# Hierarchy
- SelectionHandlerEvent
# Index
# Constructors
# Properties
# Constructors
# constructor
+ new SelectionHandlerEvent(data
: object): SelectionHandlerEvent
Defined in packages/configurator-core/src/utils/selection-handler.ts:18
Parameters:
▪ data: object
Name | Type |
---|---|
component? | RoomleComponent |
consecutive? | boolean |
resetCamera? | boolean |
Returns: SelectionHandlerEvent
# Properties
# component
• component: RoomleComponent
Defined in packages/configurator-core/src/utils/selection-handler.ts:15
# consecutive
• consecutive: boolean
Defined in packages/configurator-core/src/utils/selection-handler.ts:18
# resetCamera
• resetCamera: boolean
Defined in packages/configurator-core/src/utils/selection-handler.ts:16