Skip to main content

Type Alias: ShowExportImageModal()

ShowExportImageModal = () => void

Function

Opens the image export dialogue.

This method displays a modal interface that allows users to export high-quality images of the current product configuration. Users can select image format, resolution, background options, and other settings.

High-quality product images are valuable for marketing materials, presentations, catalogs, and client communications.

Returns

void

Example

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

Emits

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