• Create a shareable url of the current configuration.

    Example

    const shareResult = await CfgrUtils.shareConfiguration({ embedUrl: 'https://www.myparentpage.com/konfigurator' });
    console.log('copy url', shareResult.copyUrl);
    navigator.clipboard.writeText(shareResult.copyUrl);

    Parameters

    Returns Promise<ShareResultData>

Generated using TypeDoc