RoomleConfigurator.Internal.SceneEventInfo

configurator-core/src/roomle-configurator.internal.SceneEventInfo

Table of contents

Constructors

Properties

Constructors

constructor

new SceneEventInfo(data)

Parameters

NameType

data

Object

data.component?

data.consecutive?

boolean

data.forceRender?

boolean

data.preview?

data.resetCamera?

boolean

data.type?

Properties

component

component: RoomleComponent


consecutive

consecutive: boolean


forceRender

forceRender: boolean


preview

preview: PreviewComponent


resetCamera

resetCamera: boolean


type

type: INPUT_EVENT_TYPE

Last updated