Type Alias: ZoomOut()
ZoomOut = () =>
void
Function
Automatically frames the entire product perfectly in the viewport.
This action intelligently adjusts the camera position and zoom to ensure the complete product is visible and optimally framed. It's like clicking the "fit to screen" button in design software - instantly giving you the ideal overview of the entire product.
Business value:
- Ensures customers can always see the complete product with one click
- Provides a consistent starting view regardless of previous interactions
- Creates a reliable reset point after customers explore detailed views
Returns
void
Example
// Add a "view entire product" button to your interface
document.getElementById('view-all-button').addEventListener('click', () => {
window.mimeeqApp.actions.zoomOut();
});
Emits
mimeeq-3d-zoom-out-scene When the automatic zoom-to-fit action is performed