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

Type declaration

  • Optional embedUrl?: string

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

  • Optional graphicComponentName?: string

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

  • Optional imageUrl?: string

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

  • Optional ogAuthor?: string
  • Optional ogDescription?: string
  • Optional ogTitle?: string

Generated using TypeDoc