Type Alias: OpenLoadSceneModal()
OpenLoadSceneModal = () =>
void
Function
Opens the "Load Scene" modal dialog to browse and load saved modular scenes.
This function displays a modal interface where users can browse their saved modular scenes and select one to load. It allows users to restore previously created designs or start from saved templates.
Returns
void
Example
// Open the load scene dialog when the "Load" button is clicked
document.getElementById('load-scene-btn').addEventListener('click', () => {
window.mimeeqApp.actions.openLoadSceneModal();
});
Emits
mimeeq-internal-load-scene Internal event triggered when the load scene dialog is opened