API ReferenceGlobalsPlannerInitData

# Interface: PlannerInitData

# Hierarchy

# Implemented by

# Index

# Properties

# Properties

# Optional edit

edit? : boolean

Defined in packages/common-core/src/utils/shims.ts:293

internal If set to true the plan can be edited.


# Optional moc

moc? : boolean

Defined in packages/common-core/src/utils/shims.ts:302

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)

# Optional mode

mode? : CAMERA_TYPE

Defined in packages/common-core/src/utils/shims.ts:288

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