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

RoomlePlanner.Internal.PlannerSelectionHandlerEvent

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

Table of contents

Constructors

Properties

Constructors

constructor

new PlannerSelectionHandlerEvent(data)

Parameters

Name
Type

data

Object

data.planElementViewModel?

default

data.planElementViewModels?

default[]

data.reason?

CancelSelectionReasons

data.selectionMode?

SELECTION_MODE

Properties

planElementViewModel

planElementViewModel: default


planElementViewModels

planElementViewModels: default[]


reason

reason: CancelSelectionReasons


selectionMode

selectionMode: SELECTION_MODE

Last updated