Type Alias: GenerateProductPDF()
GenerateProductPDF: (
items
,formatMessage
?,pdfConfig
?) =>Promise
<void
>
Generate PDF with passed pages for current product configuration
Parameters
items
List of tabs to render at PDF
formatMessage?
Method to handle i18n for PDF content
pdfConfig?
Custom PDF configuration
Returns
Promise
<void
>