Type Alias: ShowExportPDF()
ShowExportPDF = () =>
void
Function
Opens the PDF export dialogue for the current configuration.
This method displays a modal interface that allows users to select which content to include in a PDF document of the current product configuration. Users can choose specific tabs, customize the output, and generate high-quality documentation of their configured product.
PDF exports provide comprehensive documentation for configurations that can be shared with clients, saved for reference, or used in procurement processes.
Returns
void
Example
// Add a custom PDF export button to your interface
document.getElementById('custom-pdf-btn').addEventListener('click', () => {
window.mimeeqApp.actions.showExportPDF();
});
Emits
mimeeq-internal-show-export-pdf When the PDF export dialog is opened