ExposedApi.Internal.PlannerUiState
Embedding API Reference / Modules / exposed-api / <internal> / PlannerUiState
Interface: PlannerUiState
exposed-api.<internal>.PlannerUiState
Hierarchy
↳
PlannerUiState
Table of contents
Properties
Properties
actionMenuExpanded
• actionMenuExpanded: boolean
catalogTags
• catalogTags: Nullable<RapiTagForUi[]>
currentSelectedMeasurementId
• currentSelectedMeasurementId: Nullable<number>
dragInRuntimeId
• dragInRuntimeId: Nullable<number>
drawingEnabled
• drawingEnabled: boolean
freeDrawFirstRoom
• freeDrawFirstRoom: boolean
hasChosenASampleRoom
• hasChosenASampleRoom: boolean
hasWalls
• hasWalls: boolean
interactionsExpanded
• interactionsExpanded: boolean
Inherited from
SharedUiState.interactionsExpanded
isCatalogSet
• isCatalogSet: boolean
isConfiguringInRoom
• isConfiguringInRoom: boolean
isCurrentlyDrawing
• isCurrentlyDrawing: boolean
isDefiningRoom
• isDefiningRoom: boolean
isDesktop
• isDesktop: boolean
Inherited from
isDrag
• isDrag: boolean
isFullscreen
• isFullscreen: boolean
Inherited from
isLandscape
• isLandscape: boolean
Inherited from
lastRegularViewMode
• lastRegularViewMode: Nullable<boolean>
Inherited from
SharedUiState.lastRegularViewMode
lastWalls
• lastWalls: ShallowRef<KernelWall[]>
measurementUnit
• measurementUnit: Enumify<{ CM: "cm" = 'cm'; FEET: "feet" = 'feet'; INCH: "inch" = 'inch'; INCH_FEET: "inchfeet" = 'inchfeet'; MM: "mm" = 'mm' }>
mobileExpanded
• mobileExpanded: boolean
multiSelectionElements
• multiSelectionElements: ShallowRef<default[]>
selectedActions
• selectedActions: BUTTON_ACTIONS[]
selectionElement
• selectionElement: Nullable<ShallowRef<default>>
selectionPayload
• selectionPayload: Nullable<SelectionPayload>
selectionType
• selectionType: Nullable<SelectionType>
showDimensions
• showDimensions: boolean
showRoomConfirmBtn
• showRoomConfirmBtn: boolean
showRotateElement
• showRotateElement: boolean
topBarSelectedActions
• topBarSelectedActions: BUTTON_ACTIONS[]
Inherited from
SharedUiState.topBarSelectedActions
wallOriginalDimensions
• wallOriginalDimensions: Record<string, { height: number ; thickness: number }>
wasDesktopBefore
• wasDesktopBefore: boolean
Inherited from
Last updated