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

    Type Alias ShareResultData

    type ShareResultData = {
        copyUrl: string;
        description?: string;
        imageUrl?: string;
        shareConfigurationId: string;
        shareUrl: string;
        title?: string;
    }
    Index

    Properties

    copyUrl: string

    Url which will create a copy of the shared configuration

    description?: string
    imageUrl?: string
    shareConfigurationId: string
    shareUrl: string

    Url which is enhanced for sharing on social media by using "Open Graph" tags.
    If this isn't required we recommend to use the copyUrl.
    Please note that this url won't contain the optional embed/parent url, but it will still redirect to it when opened.

    title?: string