Create a shareable url of the current configuration.
const shareResult = await CfgrUtils.shareConfiguration({ embedUrl: 'https://www.myparentpage.com/konfigurator' });console.log('copy url', shareResult.copyUrl);navigator.clipboard.writeText(shareResult.copyUrl);
Generated using TypeDoc
Create a shareable url of the current configuration.
Example