Page Title
You can pass a custom title to the unlayer.exportHtml()
method to set the title of the exported HTML during the export process.
unlayer.exportHtml(console.log, { title: 'Exported HTML Title' });
You can pass a custom title to the unlayer.exportHtml()
method to set the title of the exported HTML during the export process.
unlayer.exportHtml(console.log, { title: 'Exported HTML Title' });