# Class: SelectionHandlerEvent

configurator-core/src/roomle-configurator..SelectionHandlerEvent

# Table of contents

# Constructors

# Properties

# Constructors

# constructor

new SelectionHandlerEvent(data)

# Parameters

Name Type
data Object
data.component? RoomleComponent
data.consecutive? boolean
data.resetCamera? boolean

# Defined in

packages/configurator-core/src/utils/selection-handler.ts:20 (opens new window)

# Properties

# component

component: RoomleComponent

# Defined in

packages/configurator-core/src/utils/selection-handler.ts:15 (opens new window)


# consecutive

consecutive: boolean

# Defined in

packages/configurator-core/src/utils/selection-handler.ts:18 (opens new window)


# resetCamera

resetCamera: boolean

# Defined in

packages/configurator-core/src/utils/selection-handler.ts:16 (opens new window)