Type Alias: DeselectAllModels()
DeselectAllModels = () =>
void
Function
Deselects all models currently selected on the modular scene.
This function clears all current selections in the modular configurator, ensuring no product is highlighted or targeted for actions. This is useful when you want to start fresh with selections or view the entire scene without focus on any particular component.
Returns
void
Example
// Clear all selections when the "Select None" button is clicked
document.getElementById('deselect-all-btn').addEventListener('click', () => {
window.mimeeqApp.actions.deselectAllModels();
});
Emits
mimeeq-modular-unselect-all This event is fired when Unselect all action was triggered