Types.Internal
Embedding API Reference / Modules / types / <internal>
Module: <internal>
Table of contents
Interfaces
Type Aliases
Variables
Type Aliases
CallbackPayloads
Ƭ CallbackPayloads: Object
Type declaration
partlist_print
CustomTutorialPlatform
Ƭ CustomTutorialPlatform: "desktop"
| "mobile"
CustomTutorialScope
Ƭ CustomTutorialScope: "room-designer"
| "configurator"
DefaultCallbackPayloads
Ƭ DefaultCallbackPayloads<T
, U
>: { [K in U]: K extends keyof T ? T[K] : void }
Type parameters
T
T
U
extends string
SidebarType
TutorialData
Ƭ TutorialData: { en
: CustomTutorialTranslation
; platform?
: CustomTutorialPlatform
; scope?
: CustomTutorialScope
} & { [key: string]
: CustomTutorialTranslation
| CustomTutorialPlatform
| CustomTutorialScope
; }
Variables
LAYER_0_SIDEBAR_TYPES
• Const
LAYER_0_SIDEBAR_TYPES: Object
Type declaration
CATALOG
"catalog"
PRODUCT_LIST
"productList"
ROOM
"room"
LAYER_1_SIDEBAR_TYPES
• Const
LAYER_1_SIDEBAR_TYPES: Object
Type declaration
DOOR_PARAMETER_SETTINGS
"doorParametersSettings"
EMBEDDED_INFOS
"embeddedInfos"
FLOOR_COLOR
"floorColor"
GENERAL_WALL_SETTINGS
"generalWallSettings"
PART_LIST
"partList"
PRODUCT_SETTINGS
"productSettings"
WINDOW_PARAMETER_SETTINGS
"windowParametersSettings"
Last updated