For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomlePlanner.Internal.SceneEventInfo

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

Table of contents

Constructors

Properties

Constructors

constructor

new SceneEventInfo(data)

Parameters

Name
Type

data

Object

data.oldState?

PLANNER_SCENE_EVENT_STATE

data.planElementViewModel?

default

data.reason?

CancelSelectionReasons

data.resetCamera?

boolean

data.state?

PLANNER_SCENE_EVENT_STATE

Properties

oldState

oldState: PLANNER_SCENE_EVENT_STATE


planElementViewModel

planElementViewModel: default


reason

reason: CancelSelectionReasons


resetCamera

resetCamera: boolean


state

state: PLANNER_SCENE_EVENT_STATE

Last updated