Type Alias: ToggleDimensions()
ToggleDimensions = () =>
void
Function
Shows or hides measurement lines that display the product's dimensions.
This action toggles the visibility of dimension guides that show the exact width, height, and depth of the product. These measurements help customers understand the real-world size of the product and how it might fit in their space.
Business value:
- Helps customers make informed purchasing decisions based on spatial requirements
- Reduces returns by setting clear expectations about product dimensions
- Simplifies space planning for interior designers and architects
- Provides precise measurements for logistics and installation planning
Returns
void
Example
// Add a "show dimensions" toggle button to your interface
document.getElementById('dimensions-toggle').addEventListener('click', () => {
window.mimeeqApp.actions.toggleDimensions();
});
Emits
mimeeq-3d-hide-dimensions When dimensions are being hidden
Emits
mimeeq-3d-show-dimensions When dimensions are being shown