API Reference / Modules / common-core/src/utils/shims / PlannerInitData

# Interface: PlannerInitData

common-core/src/utils/shims.PlannerInitData

# Hierarchy

# Table of contents

# Properties

# Properties

# edit

Optional edit: boolean

Description

If set to true the plan can be edited.

# Defined in

packages/common-core/src/utils/shims.ts:481 (opens new window)


# moc

Optional moc: boolean

Description

If set to true it will treat the planner as a multi object configurator (moc). This means:

  • do not merge geometries
  • set configurator environment & lights in planner
  • reduce initial spacing of camera (higher zoom)

# Defined in

packages/common-core/src/utils/shims.ts:491 (opens new window)


# mode

Optional mode: Enumify<{ CAMERA_2D: "2D" = '2D'; CAMERA_3D: "3D" = '3D'; CAMERA_FP: "FP" = 'FP' }>

Description

Select with which camera mode to start initially. usage: mode=2D options: 2D, 3D, FP

# Defined in

packages/common-core/src/utils/shims.ts:475 (opens new window)