Skip to main content

Type Alias: ShowExportModal()

ShowExportModal = () => void

Function

Opens the 3D model export dialogue.

This method displays a modal interface that allows users to export the current product configuration as a 3D model file. Users can select from available formats (such as OBJ, STL, GLB) and initiate the download.

Exporting 3D models enables further use of the configured product in CAD software, space planning tools, or other 3D environments.

Returns

void

Example

// Add a custom export button to your interface
document.getElementById('custom-export-btn').addEventListener('click', () => {
window.mimeeqApp.actions.showExportModal();
});

Emits

mimeeq-internal-show-export When the export dialog is opened