@combeenation/configurator-client
    Preparing search index...

    Type Alias ShareRequestData

    type ShareRequestData = {
        embedUrl?: string;
        graphicComponentName?: string;
        imageUrl?: string;
        ogAuthor?: string;
        ogDescription?: string;
        ogTitle?: string;
    }
    Index

    Properties

    embedUrl?: string

    Url of the parent page where the configurator is embedded.
    Will be integrated into the resulting copyUrl.

    graphicComponentName?: string

    The graphic will be converted to an image, as defined in the property Archive of the component

    imageUrl?: string

    Direct url to an image which will be part of the shareUrl.
    It's recommended to use the resulting url of CfgnFiles.uploadImages.

    ogAuthor?: string
    ogDescription?: string
    ogTitle?: string